a year ago
New Django app was deployed successfully with no error, but the website ( https://theresaeustace.up.railway.app/) is showing Server Error (500) instead
4 Replies
a year 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.
a year ago
ray is right, but to get a more helpful message than error 500, try temporarily setting debug to true.
a year 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.
a year 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?