Skip to content Skip to sidebar Skip to footer

Heroku Django Foreman Start Error Exited With Code 1 Mac

foreman start 01:25:49 web.1 | started with pid 3584 01:25:55 web.1 | exited with code 1 01:25:55 system | sending SIGTERM to all processes SIGTERM received Procfile web: gunico

Solution 1:

I have also faced the same issue. after installing gunicorn==0.16.1 using pip i resolved my problem... Hope this will resolve your problem too....

Solution 2:

https://devcenter.heroku.com/articles/procfile#developing-locally-with-foreman

Take a look at the docs, by default foreman loads on port 5000. I believe you can change it to whatever port you want in the procfile.

Post a Comment for "Heroku Django Foreman Start Error Exited With Code 1 Mac"