Getting Server Error 500
kuarta
HOBBYOP
2 years ago
I dont even know where to begin to troubleshoot it. It works fine locally and it deploys from GitHub and this is the log
[2024-04-07 15:57:38 +0000] [7] [INFO] Starting gunicorn 21.2.0
[2024-04-07 15:57:38 +0000] [7] [INFO] Listening at: http://0.0.0.0:6755 (7)
[2024-04-07 15:57:38 +0000] [7] [INFO] Using worker: sync
[2024-04-07 15:57:38 +0000] [10] [INFO] Booting worker with pid: 10
4 Replies
brody
EMPLOYEE
2 years ago
There are no errors here, if this is django perhaps you could turn on DEBUG mode?
kuarta
HOBBYOP
2 years ago
I dont understand this at all. It is now working perfectly fine after I changed DEBUG in settings.py to True and variable's DEBUG is unchanged to FALSE.
kuarta
HOBBYOP
2 years ago
Thank you very much, Brody. I will look into the configuration.