I have created a Flask-CRUD web application.

My app build is successful but is not deployed when I check the logs I get

`H14 No web processes running error`

I checked the dyno status through command heroku ps and I got result **Eco dyno hours quota remaining this month: 550h 0m** (100%) Eco dyno usage for this app: 0h 0m (0%)

My procfile is also named as Procfile (capital P)

web: gunicorn app: app

How can I resolve this my procfile is named as Procfile and I have also tried removing and adding back python buildpack

1

There are 1 best solutions below

5
Sébastien P. On

I think that the issue comes from the extra space in the Procfile after the ::

web: gunicorn app:app