NextJS + Magento
Two questions: (1) is this the appropriate repo for a NextJS project?https://github.com/vuestorefront/storefront-next13-boilerplate?tab=readme-ov-file
(2) Does the Magento 2 middleware work with Next.js (https://github.com/TidycodeIT/nuxt3-magento-sdk-storefront) ?...
Vue Storefront vs Storefront Nuxt3 Boilerplate?
A very noob question, but I’m not sure what makes them different. I got the Nuxt3 boilerplate running, is it basically the same but with a demo theme?
My end goal is to create a custom integration and a storefront to use it.
PS: Is Redis no longer needed anymore? I didn’t see it in the stack list....
Is it possible to switch commerce engine?
Hi there! I'm new to VSF, and i'm looking for a solution that allow me to change commerge engine in the future.
For example, let's say I use VSF with a custom ui using the SAP integration.. is it possible in future to switch to Salesforce, without the need to change all the integrations, logics etc?
Let me know if the question it's no clear
...
I can't create Magento SDK
I followed this documentation for Magento integration: https://docs.vuestorefront.io/integrations/magento/getting-started/quick-start
After i've installed sdk package, magento module and created SDK file, i get the following error for magentoModule imported from @vue-storefront/magento-sdk
`...
nuxt 3 support
Now that Vue 2 is deprecated any idea when Vue Storefront will be upgraded to support nuxt 3 and Vue 3? I've been upgrading the project on my side however there are lots of modules that depends on Vue 2
New endpoint doesn't show up in methods
When I create a new endpoint with the CLI, it's not adding it to the /pages/methods folder so it doesn't show up on the boilerplate tester.
This issue describes it as well https://github.com/vuestorefront/integration-boilerplate/issues/18
Am I doing something wrong or should I look to fix it?...
Vue Storefront OSS deployment
Hey folks!!
I am following the steps in this guide: https://docs.vuestorefront.io/cookbook/oss-deployment-guide
I have gotten to the last step and have finished setting up my github repo with the SSH keys and the updated deploy.sh script.
Am I supposed to clone the vue-storefront repo found here:...
How to configure different request url for different languages
Hi, everyone. I just started learning vue-storefront magento, if magento has more than one language and different languages have more than one request url, how to configure the api url in middleware.config.js?

The button to add to cart is disabled, !canAddToCart is true,
Hi everybody🖐️
The button to add to cart is disabled, !canAddToCart is true, I checked node_modules/@vue-storefront/magento-api/server/api/productDetails/productDetailsQuery .d.ts
simple product Missing stock_status and only_x_left_in_stock.
Missing stock_status and only_x_left_in_stock, fields returned in request....

Unable to override default font family
Hi everyone, I'm trying to override Storefront UI Typography default font family, I've tried many variations but only Tailwind seems to apply it, typography classes is still using "Red Hat Display" font... Am I missing something ?
My TailwindCSS configuration :
```typescript...
storefront-nuxt3-boilerplate startup issues
I have downloaded the nuxt3 boilerplate and i'm attempting to start it up from the root directory, however i'm getting this error root task dev (turbo run dev) looks like it invokes turbo and might cause a loop.
Am i suppose to start it from the web directory?...
I got this error when i try to register an account
My project is in Vsf1 and backend is in magento2 when i try to register an account i got an this type of error

Are there any storefront templates out there I can use for demonstration purposes?
I am working on a closed source back end offering similar to PrestaShop in functionality. One of the features we wish to offer is integration with Vue Storefront.
I have already written an SDK module and an API client that I have talking to the https://github.com/vuestorefront/storefront-nuxt3-boilerplate front end. However, this front end is not fully alive. It has one specific category and one specific product hard-coded into it. While it was easy to make it display whatever products I serve it from our back end, it still only displays one category because the relevant SDK method does not accept any arguments — the name of the category is hard-coded. There are other hard-coded pieces all over the code base as well.
I want to do a great presentation to my colleagues and stakeholders, and for that I need a front end where people can actually click on links and walk between different categories. This is certainly not beyond me to implement myself, but it would be ideal if I can integrate with a complete, fully working front end instead. This would reinforce the appreciation of flexibility and efficiency that Vue Storefront can potentially offer....
during this temporary transition fase, how to?
What is the best way, to get up and running using vsf2, magento, nuxt3, storefront-ui using tailwind... i am so lost?!

How to use vsf nuxt3 version?
i just watched new workshop where core team was using nuxt3 with vue storefront, now i m curious about how to us the latest version of vue storefront?
Usage of SDK in frontend
I'm unable to use sdk in frontend, I added one API endpoint in sdk and want to fetch data and display on frontend, needs guide on how can I utilize it on frontend.
Following this link but I think its not providing enough detail
https://docs.vuestorefront.io/sdk/getting-started...
nuxt vuestorefrontui
Can I use vuestorefrontui with another ui library like ui.nuxt? I need more reusable components like notifications, modals etc.
How to Deploy Vue Project in Nuxt to my Ubuntu Server
i configured my server using pm2 and apache2 but when loading using the ip address it doesn't fetch data from the backend
but when i test1 in the server machine by localhost:3002 it working fine ,test2 access in the server machine by the server actual ip:3002 same issue doesn't fetch data from backed
Please help me :vsf:...