0

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

2 Answers2

0

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

Kieu Tran
  • 36
  • 3
0

Some resources for example images or js or CSS files not found. Probably after unloading the project in the live server. Some photos, js, or CSS file paths are not found or are not readable.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – jv-k Jan 17 '23 at 04:43