I successfully installed venia on my local system. I connected the backend URL with Magento 2.4.4, Homepage and list page working fine. But, the Product page is not working. When I click on the product page it shows like the below image. Any solution to resolve this issue? Please let me know if any.
Thanks.
2
Answers
try "yarn run build" or "npm run build" then "yarn/npm start"
First thing you have to do is turn on developer mode; command:
Then, after that, check the debug log
path of error log:
If there is any error show to you then we will be able to help you till we don’t know the error and can’t give any solution.