Need help with my app regarding the model from the admin dashboard
cxspper
PROOP

a year ago

Hey there, so I have deployed a django application which is currently working. When I access the Articles model from django's admin, I'm able to view the list of articles, but when I go to click it to view/make changes I get a "Internal Server Error" "Server Error (500)". I have a button on the profile page where authorized user's can add article and it shows the same error.

Now when I try to do the same actions on my localhost, it works fine. The issue is only on the live development on Railway. I tried to look at the logs to find the issue but I'm stuck. Any help is appreciated.

p.s. same issue seems to happen when I view the profile model from the backend.

2 Replies

cxspper
PROOP

a year ago

831376b3-b832-41eb-b8f9-70f7a746d4ab


a year ago

I would recommend temporarily enabling debug mode so you get a more detailed error message than just a simple 500 status code


Loading...