How to use a newly created Custom Integration
Hi experts,
I've just created a custom integration using this documentation https://docs.alokai.com/integrations/custom/quick-start and I'm wondering how I can use this custom integration into an existing Alokai project ?
I think I understood that the documentation referes to this github repo https://github.com/vuestorefront/integration-boilerplate but I'm kind of stuck now.
...
Alokai middleware custom integration
Hello,
I'm currently working on a project (example) to improve my skills on
alokai. I currently have 2 integrations in my middleware (magento and
contentful). I'm looking to create a new middleware integration to retrieve...

Where did the Nuxt 3 boilerplate go?
The Github repo for this is no longer here: https://github.com/vuestorefront/storefront-nuxt3-boilerplate
Has this been moved?...
Page not found error for alokai-store deployment on Amplify/Vercel
Hi Team,
I am adding this post to seek help in alokai-store deployment on Amplify / Vercel.
Currently, I can deploy the app successfully but getting error "Page not found"
Kindly provide the appropriate solution for this issue....
Custom integration - turbo cannot find binary path
Hello,
I ran into a bit of an issue with both just running "npx @vue-storefront/cli create integration" (found here: https://docs.alokai.com/integrations/custom/quick-start), as well as using the boilerplate from "https://github.com/vuestorefront/integration-boilerplate" directly (cloning it and trying to run it)
Using the npx command prompts me to choose a name, the framework and the package manager....
yarn version incorrect despite choosing version 2
I am getting this error when running the CLI
...
Yarn version is incompatible. Please make sure you use Yarn version >= 1 and <3.
Yarn version is incompatible. Please make sure you use Yarn version >= 1 and <3.
May i know what is the state management that being use in the storefront-nuxt3-boilerplate
i can't find any pinia or vuesx in the project
https://github.com/vuestorefront/storefront-nuxt3-boilerplate...
Connect magento2 to nuxt3 boilerplate
Hello friends. I downloaded a template for Nuxt 3 and am trying to connect Magento 2 to it(https://github.com/vuestorefront/storefront-nuxt3-boilerplate).
In docs i see that step.(see pic1), but i suppose that works only for VSF 2? I dont have that dependency in package.json.
So what i need to pass to integrations field inside middleware.config ?
How to configure connections between magento and this boilerplate?...

Vuestorefront and Odoo
Has anyone successfully gotten vuestorefront for odoo to work in recent weeks/months? https://github.com/vuestorefront-community/odoo
Running into several dependency issues and saw on Discord that the open source versions are not working well, if at all, at the time being. Before I dig into this further, looking to see what your experiences are working with this recently, for Odoo....
Trying to add Storefront UI in nuxt 3
in my newly created nuxt 3 project. I just added tailwindcss which works perfectly fine. Then I wanted add a UI library and opted for Storefront UI because in my work they are using so I thought it will help me get my hands dirty. I followed all the steps they have mentioned in the documentation but at the end I get following error.
```
WARN Using postcss.config.js is not supported together with Nuxt. Use options.postcss instead. You can read more in https://nuxt.com/docs/api/nuxt-config#postcss. 7:36:41 PM
...

add magento api endpoint
hello all, iwant add new api endpoint to magento integration, what is the best way, do you have an example? thanks
Storefront docs for Nuxt 3 and Vue 3?
Hello
We are thinking about using Vue Storefront to our e-commerce platform
Does it support Vue 3 and Nuxt 3 at the moment?
Can we find somewhere current Storefront docs for this stack?
This one seems obsolette https://docs.alokai.com/v2/getting-started/introduction.html...
Magento2 Storefront: Global CSS change does not work
Working with the tutorial: https://www.youtube.com/watch?v=p5RFu0Pc7xM
Although doing the same steps, changing with global colors does not work for me like in the video. The ' @import "@storefront-ui/shared/styles/helpers/_colors.scss"; ' in the .scss-file from the assets-directory is not working as ' cannot find mixin 'generate-color-variants' '.
Also the modification does not work:...
Deploying on vercel
Hi,
It looks like the main nuxt allokai repository is front+server that is not deployable on vercel.
Is there a light-version of it that has just front-end?
I have laravel for backend and would like to use only Nuxt 3 frontend with vsf?
...
Storefront and Middleware Hosting Best Practices and Sizing Recommendations?
Working with a client who has selected Alokai open source version to be deployed on their Azure environment. I am working to figure out the infrastructure architecture for the Storefront and Middleware components, and resource sizing. I haven't bene able to find much in the way of best practices and recommendations for production infra architecture and sizing, etc... We're planning on using Docker images and AKS, but as far as things like resource sizing, separation of Storefront from Middleware, NGINX in the same container as the Node apps or separate, general best practices, known bottlenecks or gotchas, etc... I haven't seen anything.
Does anything like this exist? Thanks!...
Is it possible to use payment methods in Vue Storefront like in Magento?
I recently integrated Magento with Mercado Pago and needed it to work on vuestorefront, but unlike Magento it doesn't do the entire payment process, it just pulls up the payment method without making it.
