我在https://hoversport.no/上开了一家商店.
不知道从哪里开始找,怎么解决这个问题。
预期结果应如下所示:https://demo.mage-pwa.io/
任何帮助都是非常感谢的!
,这是vue-files前台/config文件 https://github.com/Decntdefalt/vue-storefront-config
这是vue-storefront api/config文件 https://github.com/Decntdefalt/vue-storefront-api-config
发布于 2019-02-11 09:28:50
据透露,您的节点应用程序(vue storefront )似乎没有在nginx中正确配置。https://hoversport.no/api/catalog应该返回一个响应,但目前它没有返回。
这里缺少的是nginx中提到的:https://github.com/DivanteLtd/vue-storefront/blob/master/docs/guide/installation/production-setup.md#nginx。
如果指向正确,您应该导航到vue- should api文件夹并运行:node_modules/pm2/bin/pm2 logs,以调查api节点应用程序的其余问题。
https://stackoverflow.com/questions/53532123
复制相似问题