magento / magento2-pwa

Other
15 stars 13 forks source link

PWA Products #15

Closed andrewa17github closed 5 months ago

andrewa17github commented 6 months ago

Is there a reason on a new install of everything without customization that the products would all show "Currently unavailable for purchase." in the PWA frontend on both category list and also product detail pages but works perfectly on the backend webpages.

andrewa17github commented 5 months ago

So we gave up with PWA Venia, tried most of the others such as Vue Storefront which works but has trouble finding backend assets, Scandipwa uses old technology like Node14, basically if you install latest versions and the PWA hasn't also been upgraded there will be a lot of problems, so we rolled our own solution using PWA themes connected via our own connectors to GraphQL/Varnish as static pages not Node apps, as least on our first releases, it's this node app part that seems to make everything immensely complicated, sure you can create static over a node app but given this is the major failure point we found it smarter to cut it out of the architecture, as a developer this wouldn't matter but as a business owner this failure point adds a major cost overhead to any implementation.