H14 error in heroku - “no web processes running”

后端 未结 6 1002
傲寒
傲寒 2020-12-05 12:42

error H14 happen while deploying to heroku this is my procfile:

web: gunicorn -w 4 -b 0.0.0.0:$PORT -k gevent main:app

log on heroku:

6条回答
  •  眼角桃花
    2020-12-05 13:17

    I was having an issue here too. My problem was that my Procfile was "Procfile.txt" . What solved my issue was to remove the file extension from Procfile, then recommit and push stuff to heroku

提交回复
热议问题