After successfully installing Shopware 6 last week, I experimented with installing Shopware PWA by Divante, which combines the Shopware back end and Vue Storefront into a Progressibe Web Applicaiton.
I cloned the things from their Github straight into my server, and followed their documentation to install it to my Shopware instance.
The integration between the PWA and my Shopware instance went without problems, but when I visited the PWA instance, the Home Page shows a 404
Strangely enough, when I submitted a search, I can still find the items from the demo database in Shopware 6.
However, visiting any of these item pages will show me a 404 error again.
Can anyone help me with the shopware PWA? It was just freshly installed and no changes were made to the PWA code from this github: https://github.com/DivanteLtd/shopware-pwa
It’s been a missing domain.json , not being created for toolbox failing to connect.
That was due to a recent node version … returning IPv6 by default and not the IPv4 the domain was set up for.
Changing the shopwareEndpoint in shopware-pwa.config.js and the HOST in ’.env` to the localhost IP 127.0.0.1 fixed it.
Just re-run the steps in Cookbook | PWA after having changed the configs.