Tried everything to deploy and can't

I am getting this on logs:

Dec. 1 11:05:46 PM ==> Starting service with ‘gunicorn --bind=0.0.0.0:10000 --timeout 600 app:app’
Dec. 1 11:11:04 PM [2022-12-02 07:11:04 +0000] [52] [INFO] Starting gunicorn 20.1.0
Dec. 1 11:11:04 PM [2022-12-02 07:11:04 +0000] [52] [INFO] Listening at: http://0.0.0.0:10000 (52)
Dec. 1 11:11:04 PM [2022-12-02 07:11:04 +0000] [52] [INFO] Using worker: sync
Dec. 1 11:11:04 PM [2022-12-02 07:11:04 +0000] [62] [INFO] Booting worker with pid: 62

No errors, tho. I already changed everything I could think of.

Set the port to 10000
set the app.run to 0.0.0.0:10000, did the tiemout 600

I don’t know what to do anymore.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.