skip to Main Content

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.
enter image description here

2

Answers


  1. try "yarn run build" or "npm run build" then "yarn/npm start"

    Login or Signup to reply.
  2. First thing you have to do is turn on developer mode; command:

    php bin/magento deploy:mode:set developer
    

    Then, after that, check the debug log
    path of error log:

    magento root dir/var/log/debug.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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search