Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
Please answer the following questions for yourself before submitting an issue.
[OK] I am running the latest version
[OK] I checked the documentation and found no answer
[OK] I checked to make sure that this issue has not already been filed
Is there something you don't understand? What is it? Describe it.
Hi,
I am trying to implement my multistore setup with you vue-storefront PWA.
I managed to pull all the data by store from magento 2.2 using mage2vs in subsequent elasticsearch index (which i verified by querying it this way http://localhost:9200/vue_storefront_catalog_bombardier/_search)
I added inside my local.json in vue-storefront the following lines:
I do see the LanguageSwitcher Modal at the bottom of my screen, but when i switch from any store, i do have no data inside my app.
When i click, the url goes from localhost:3000 to localhost:3000/{storeCode} which seems fine to me.
I also have the following error inside the network tab (see the attached screenshot)
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Is there something you don't understand? What is it? Describe it.
Hi, I am trying to implement my multistore setup with you vue-storefront PWA. I managed to pull all the data by store from magento 2.2 using mage2vs in subsequent elasticsearch index (which i verified by querying it this way http://localhost:9200/vue_storefront_catalog_bombardier/_search)
I added inside my local.json in vue-storefront the following lines:
and inside the vue-storefront-api, inside the local.json aswell the following lines:
I do see the LanguageSwitcher Modal at the bottom of my screen, but when i switch from any store, i do have no data inside my app. When i click, the url goes from localhost:3000 to localhost:3000/{storeCode} which seems fine to me. I also have the following error inside the network tab (see the attached screenshot)
I really don't know what i am missing here