Server Error (500) - no deploy logs
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
2 Replies