Deployment guide
Hello Guys,
Is there any recommended deployment guide for VSF? I tried searching the official documentation but couldn't find anything. Is there any article or blog that i can follow?
P.S. I am trying to deploy VSF on Debian server....
Server Middleware - Express.JS body size limit
Hello,
We are currently using VSF 2.5 (which as per package-lock.json uses express 4.17.1) to integrate with our product.
In doing so I encountered an issue with the body size limit for a post request used to add a product of one of our customers to a database that should hold that information.
The error I am receiving when I try to send the JSON body to our API tells me the following:...
Building on docker is missing module files
Hello everyone
Im trying to build and run vue-storefront inside Docker.
I was surprised that I couldn't find an official image for this, but i just wrote a simple Dockerfile for a nuxt app
...
How to Debug 404 Error - Is this VSF issue or Spree Backend?
Hi, I've setup Vue Storefront 2 multiple ways now (via git repo, with cli, etc), as well as both with my own spree backend app as well as the spree demo backend. In all instances, I'm having trouble with the home page freezing up and not properly loading. The error I get in browser console through Nuxt SSR is:
[VSF][error]: n [BasicSpreeError]: Spree returned a HTTP 404 error code
at a.processSpreeError (/home/<more path here>/spree/node_modules/@spree/storefront-api-v2-sdk/dist/server/index.js:1:2507)
...
Getting error while installing Vue-storefront by using CLI
Hi,
I am following VSF documentation to install it locally by using cli command
...
npx @vue-storefront/cli init
npx @vue-storefront/cli init
About request log from middleware to magento
hi everyone
I hope this message finds you well. I am reaching out today to ask for some guidance regarding a challenge I'm facing. Specifically, I need to inspect the requests (including headers) sent from Nuxt(is middleware) to Magento, and I'm not quite sure about the best way to accomplish this.
I've attempted to log requests in plugins and middleware. While this did give me some request records, it seems that those are only requests made between the browser and the middleware, which isn't seem exactly what I need....

VSF2 product Swatch
Hello everyone ,
I'm just curious if i can implement product image swatches in product details page in VSF2,
same as in magento product details page .
I am using magento 2 integration....

VSF Hosting - deploy on vercel
Hello everyone, did anyone manage to get this deployed to vercel... i am pretty close... the build works and its also accessible but i cannot get it to access the server... did anyone get this to work as hosting on vercel?
Fetch .env variables in .vue files
Hello everyone ,
I am trying to fetch an .env variable in "modules/checkout/components/VsfPaymentProvider.vue"
but "process.env.SOME_KEY" is not working for me , which is the default way to access env in .vue files ....
Server side render
I am using v1 verison of this library, but I found that SfFooter componet does not get rendered on the server side, so does this library support SSR ?
Custom Integration Boilerplate - Where is functionality?
Hi,
we're implementing a complete custom integration with backend, api, theme etc 🙂
i'm curios how the shipping var is filled with calling the load function in useUserShipping. I can't find that code - only the types - could you tell me were to find it?...
SfComponentSelect dosen't hold selection
Hi there,
i have problem with SfComponentSelect component
```
<SfComponentSelect...
SFUI 2.x with Magento 2
How can i use SFUI 2.x with Magento 2.
Want to test SFUI 2.x on my local machine to see its performance.
Is there any documentation available for integrating SFUI 2.0 with magento....
VSF2 + OpenMage
Greetings 🙂
I have a question regarding the integration of Vue-Storefront 2 with Magento 1.9 (OpenMage). I would like to clarify if this is possible and if there is any ready-made functionality available in VSF2?...
Hi All
I am trying to implement Payment gateway in vsf ,But I cannot find the yarn or npm package mentioned ,
It is that these packages has be removed , is vsf at the moment doesn't have any payment other than default magento cash/check method ,
I am new to vsf please help ,...
Basic Auth
Hi all. I have a question regarding authentication. On our prod instance everything works fine. But our dev magento installation is behind a basic auth. When i connect to that instance (i added auth header in middleware's customApolloHttpLinkOptions) it does connect, but I cant login anymore because the magento bearer token overrides the basic auth.
Even when i try to connect with
https://username:pass@magentodevinstance
the auth header still gets overwritten. Do you know any way around this problem ?..."Accept all cookies"
I am using shopware-pwa with Shopware 6 and I'm trying to expose an Accept all cookies button. The setting is switched on in shopware 6 itself under Settings -> Basic Information -> Security and Privacy. Does anybody have any ideas? Thanks, Tom
Following Digitalocean deploy tutorial leads to error
Hello! I'm following this step-by-step tutorial
https://vuestorefront.io/blog/step-by-step-guide-deploying-vue-storefront-on-digitalocean
but I get an error during build:
ERROR Error: error:0308010C:digital envelope routines::unsupported
...
Payments
I am planing to implement vsf payments for magento ,
I am following this guide "https://docs.vuestorefront.io/adyen/magento2/guide/installation.html"
But it seems that the package is not available ,
Is there any update , if yes can you please provide any documentations for payment integrations....
How to add additional field to Customer Type
compared to what it is said in the documentation I'm only able to get few information from the user using useUser composable. I want to get the customergroupid the user has but when I console log user.value im only getting few details like in the screenshot. So where and how to add the types for customer.
