2 years ago
New Django app was deployed successfully with no error, but the website ( https://theresaeustace.up.railway.app/) is showing Server Error (500) instead
5 Replies
2 years ago
This is an issue with your project, not Railway. Unfortunately we're unable to provide project-related help over here; this is for issues related to the Railway product or platform.
I'd recommend googling or checking out other communities specific to Django.
2 years ago
ray is right, but to get a more helpful message than error 500, try temporarily setting debug to true.
2 years ago
Thanks rc and brody for your quick response, I have changed debug to True and the error has changed to Application failed to respond. This works perfectly locally(in development) and I have tried all the possible solutions by googling around.
2 years ago
Unfortunately working locally does not mean this isn't an issue with your project.
What's your current start command and where is it set?
saidmaadan
Thanks rc and brody for your quick response, I have changed debug to True and the error has changed to Application failed to respond. This works perfectly locally(in development) and I have tried all the possible solutions by googling around.
3 months ago
did you solved it how ?