Internal Server Error but the website is running ok on my local server

My project is running perfectly on my localhost server but on deploying it on render, it is displaying that it is successfully deployed and the home page of my website opens but on routing to login and sign up pages it is showing “Internal Server Error” and then home page also displays the same error.

Hi,

There will always be differences between environments, development mode/Local, production mode/Render, etc. These differences need to be considered and configured as required for your own app in each environment.

An “Internal Server Error” will likely be coming from your code, so a stacktrace with more information is probably visible on the “Logs” page of your service. That will likely be the best place to start.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.