Deploying flask app in heroku: permission denied?

Viewed 21

I'm getting error messages that are saying permissions are denied.

12:16:41 AM web.1 |  [2022-09-19 00:16:41 -0500] [1446981] [INFO] Starting gunicorn 20.1.0
12:16:41 AM web.1 |  [2022-09-19 00:16:41 -0500] [1446981] [INFO] Listening at: http://0.0.0.0:5000 (1446981)
12:16:41 AM web.1 |  [2022-09-19 00:16:41 -0500] [1446981] [INFO] Using worker: sync
12:16:41 AM web.1 |  [2022-09-19 00:16:41 -0500] [1446983] [INFO] Booting worker with pid: 1446983
12:16:42 AM web.1 |   * Serving Flask app 'app'
12:16:42 AM web.1 |   * Debug mode: off
12:16:42 AM web.1 |  Permission denied
12:16:42 AM web.1 |  [2022-09-19 00:16:42 -0500] [1446983] [INFO] Worker exiting (pid: 1446983)
12:16:42 AM web.1 |  [2022-09-19 00:16:42 -0500] [1446984] [INFO] Booting worker with pid: 1446984
12:16:42 AM web.1 |   * Serving Flask app 'app'
12:16:42 AM web.1 |   * Debug mode: off
12:16:42 AM web.1 |  Permission denied
12:16:42 AM web.1 |  [2022-09-19 00:16:42 -0500] [1446984] [INFO] Worker exiting (pid: 1446984)
12:16:42 AM web.1 |  [2022-09-19 00:16:42 -0500] [1446985] [INFO] Booting worker with pid: 1446985
12:16:42 AM web.1 |   * Serving Flask app 'app'
.....

I tried everything online that i could find, do you guys know exactly what causing this problem? how can i fix it ?

Thanks

0 Answers
Related