[Answered ]-Heroku error H14 "no web processes running"

1👍

i used: web:gunicorn app:app instead of
web: gunicorn app:app
so take one space after web:

0👍

Don’t use this command :

echo "web: gunicorn app:app" > Procfile

instead create Procfile manually and copy the web: gunicorn app:app into it

Leave a comment