No web processes running Error – Deploying Django on Heroku

This is most likely the result of scaling your web processes down to zero through the client.

$ heroku ps:scale web=0

Use the heroku ps command to determine the state of your web processes., and you should take a look at the Error Codes to understand the Heroku functionality.

Leave a Comment