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.

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 ....