Javad
Need help with my app regarding the model from the admin dashboard
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.
4 replies