The issue here is that you're not running any web dynos. You can tell Heroku to do this via:
$ heroku ps:scale web=1
This will force Heroku to spin up a web dyno, thereby executing your gunicorn command.
The issue here is that you're not running any web dynos. You can tell Heroku to do this via:
$ heroku ps:scale web=1
This will force Heroku to spin up a web dyno, thereby executing your gunicorn command.
For further actions, you may consider blocking this person and/or reporting abuse
Victor Okonkwo -
Dwayne McDaniel -
Saurav Jain -
JAYASUDHI J IT -
Top comments (0)