Search code examples
javascriptrenderliveserveronrender

Failed to load resource: the server responded with a status of 500 (.)


error message

I used the render site for using my project as a live server and also used the vercel site for deploying my project. Everything should be alright there is no error, but when I click my live server site name and run it, it shows an error which I give a picture of this issue.

What should I do next to solve this problem? I already recheck a couple of times and Everything goes alright


Solution

  • HTTP status 500 mean Internal Server Error. You should check your server error log.