Cookies
Where can I find more info on cookies ?
Meaning, are the merchant cookies exposed to Storefront ? Or do we need to create our own ?...
Editing index.js file in.nuxt project
Hello I would like to add bootstrap to my porject so i added the import into the index.js file to make it globally accessible. But somehow the import gets deleted after a while. Is is possible to edit the index.js file at all? Should i create a new file somewhere else?
Maybe some can help me 🙂...
Error deploying - connect ECONNREFUSED 127.0.0.1:80
Hi - it's me again 🙂
in local development, using
yarn dev
everything works fine. Even directly addressing the production backend works from local dev. But after running yarn build
and starting up with yarn start
it gives me this error.
Does anyone know what to do? We're using the Boilerplate Integration... Maybe we forgot some configuration?...
how to send an API content-type:multipart/form-data of this format in api-client?
how to send an API content-type:
multipart/form-data of this format in api-client?...
Themes marketplace
Are there any places where I can buy a Vue Storefront theme?, something like themeforest for Shopify and WooCommerce. We are using Magento 2 as our e-commerce platform.
I would like to find something that fits our client's needs better than the default Capybara theme.
Thank you!...
Getting error while static deploy vsf with magento 2 in EC2 for production ,
yarn build
yarn start works , but as soon as terminal is closed server stops
if i build it with target static and try to deploy the dist in ec2 , static files are working but API calls to magento is not working in this case ,
Can someone provide some good documentation to deploy it to production ....
Default locale does not work
Hi everybody,
when I set the defaultLocale in nuxt.config.js, it seems that it does not work, the result is always EN lang on the first request.
I'm using the latest version of vsf-core, nuxt packages, may be an issue within vsf-nuxt npm package. v2.7.5...

Vue Storefront Cloud Docs Swagger authorization
Hi there!
The docs at https://docs.vuestorefront.io/cloud/v2/api/swagger.html say that
Access to API is limited by pair X-Api-Key and X-User-Id headers.
But I couldn't find any info in docs about getting this API key and about providing it to Swagger.
...sh: cli: command not found
anyone know why i would be getting this error
sh: cli: command not found
when doing a new install npx @vue-storefront/cli generate store
. using node 16.15 and yarn is installedHello,
I am trying to setup the shopware PWA. The backend is hosted at Ceroline and i would like to connect my local dev front end. I am using the credentials 100% correct but i keep getting this error:

Composable
How to use methods from one composable (for example method clear in useCart) in another composable (useUser)?
Style repeated for every component
Hi there, in my inspect tool I notice that style il repeated for every component. Is it normal behavior?

Adding a custom API call
We are trying to create a Business unit upon the creation of the new user for that we have created a custom API extension but we are not able to execute the graphql given to the custom API extension

Glide.js is treated as an ES module
Hi,
i get this error after running
yarn start
and trying to access the page
Does anyone know how to handle it? i'm using the custom boilerplate integration....translating components
I cannot find a way to translate the SfAddToCart button's label. How can I do that?
How is checkout components rendering?
In code i find this array of steps in checkout. But how i can, for example, change component for shipping step?
Where in the code to find an indication of what to render depending on the url? Here is my routes.js....

Unable to make API call on server
https://auction-dev.ycspl.in/weeklyauction while accessing this endpoint my network request is made on the local server IP where I have done the yarn start how to fix this

issue with API call
When I do yarn start it adds undefined to my request url but when I do yarn dev it works fine. Can you guys help me with this issue?

getting this error while trying to deploy
jenkins@ip-172-31-24-212:~/workspace/auction-frontend$ npm install
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for esbuild-linux-32@0.14.29: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS: linux...