Getting issue after setup the PWA in magento2 venia theme

747 Views Asked by At

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

2

There are 2 best solutions below

0
On

Try install module - Swissup 2 UPWARD connector module

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

0
On

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