在 magento2 venia 主题中设置 PWA 后出现问题

发布于 2025-01-19 07:10:41 字数 542 浏览 1 评论 0原文

安装后,我也有一个错误

{{#pageTypeNonce}}{{#webpackChunks}}{{/webpackChunks}} {{/pageTypeNonce}}

,显示了儿童类别产品,但主要类别产品未显示友善的itship

“在此处输入图像说明”

当我们再次转到产品详细信息页面时糟糕!

看起来您希望找到的页面不存在。对此很抱歉。

After the installation, I have got an error

{{#pageTypeNonce}}{{#webpackChunks}}{{/webpackChunks}} {{/pageTypeNonce}}

Also, the child category product is displayed but the main category product is not displaying kindly check the below image

enter image description here

Also when we go to the product detail page again we are getting Oops!

Looks like the page you were hoping to find doesn't exist. Sorry about that.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

所有深爱都是秘密 2025-01-26 07:10:41

这是因为您需要通过向上服务器运行站点

您需要运行

yarn start

当您运行yarn watch时它正在生成向上服务器。您可以从 .env 文件更改向上生产服务器的详细信息和端口

STAGING_SERVER_PORT=8080
STAGING_SERVER_HOST=yourhost.com

This is because you need to run the site through upward server

You need to run

yarn start

When you run yarn watch it is generating upward server. You can change the upward production server details and port from .env file

STAGING_SERVER_PORT=8080
STAGING_SERVER_HOST=yourhost.com
吾性傲以野 2025-01-26 07:10:41

Try install module - Swissup 2 UPWARD connector module

https://github.com/swissup/module-upward-connector

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文