ashishkpaul

Results 20 comments of ashishkpaul

resolved by adding cors nginx policies on the side of spree hosted server https://enable-cors.org/server_nginx.html https://docs.viblast.com/player/cors/cors-on-nginx

> @Fenn-CS thanks for the idea. There are some Laravel wrappers for Bigbluebutton. Your contribution is welcomed. Pilos is one of them https://github.com/THM-Health/PILOS https://github.com/littleredbutton/bigbluebutton-api-php

After running **rails g spree:install** I am getting the error [WARN] FriendlyId::Slug is calling acts_as_paranoid more than once! **rake aborted!** ArgumentError: ActiveRecord::ConnectionAdapters::SQLite3Adapter does not support skipping duplicates my gem file...

Partial Problem is resolved by installing gem install sqlite3 Now getting error while loading the sample data ashish@ecommerce:~/code/backend/spreecom$ bin/rake spree_sample:load [WARN] FriendlyId::Slug is calling acts_as_paranoid more than once! [WARN] FriendlyId::Slug...

on a fresh server home page returning to default ruby rails version. I followed the installation instruction at https://dev-docs.spreecommerce.org/advanced/existing_app_tutorial ruby -v ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux] rails -v Found...

I deployed vendure-1.6.4 ecommerce and storefront again on local host and configured as written in a guide https://docs.vuestorefront.io/vendure/guide/configuration.html#requirements and getting an error [dev:*theme] ERROR [VSF][error]: [GraphQL error]: Message: You are...

yes sir its storing ![Screenshot_2022-08-05_13-55-42](https://user-images.githubusercontent.com/16308863/183035842-ab53ff17-b618-4881-8441-65e39a0cc8a3.png)

when i refresh the page after login my-account page not showing user data ![Screenshot_2022-08-05_13-59-55](https://user-images.githubusercontent.com/16308863/183036553-94f779f7-a594-4eaf-ba3b-6eb53a0baeaf.png)

Hello sir, I am not a developer, Vendure authOptions is ` authOptions: { superadminCredentials: { identifier: 'superadmin', password: 'superadmin', }, cookieOptions: { secret: process.env.COOKIE_SECRET || 'cookie-secret', }, tokenMethod: 'bearer', //...

Sorry for delay sir, deployment was was stuck on localhost. I am sending the snapshop of public server https://vsf.dingpack.com/ ![Screenshot_2022-08-05_15-10-22](https://user-images.githubusercontent.com/16308863/183050856-25f234ac-e874-41f9-bb5b-731e5ad16ac2.png)