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
Source:stackexchange.com