Product pages keep giving 500 error when trying to access from backend to edit

My product pages keep giving me a 500 error message wen I am trying to access them from the backend of the website. What do I need to do? Is there someone who can assist me?

1 Like

IM HAVING THIS SAME ISSUE AS WELL

Hey, this happens if the login/app login failed. Most usually that means your token is not well authentified. Have a look at examples on how to build an app, it can be related to jwt token not well serialized/authenticated.