#Server Error (500) - no deploy logs

2 messages · Page 1 of 1 (latest)

coarse cloak
#

I deployed a django application with a Procfile like
web: python manage.py migrate && python manage.py collectstatic --noinput && gunicorn backend.wsgi:application

I am getting a Server Error (500) page and no logs to indicate the cause.

here is end of the deploy log. Kinda stuck here without any more info.

[2023-05-10 23:23:08 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2023-05-10 23:23:08 +0000] [1] [INFO] Listening at: http://0.0.0.0:5537 (1)
[2023-05-10 23:23:08 +0000] [1] [INFO] Using worker: sync
[2023-05-10 23:23:08 +0000] [11] [INFO] Booting worker with pid: 11

humble gazelleBOT
#

Please provide your project ID or reply with N/A. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.