Settings:
When I try git push on the new app I get a timeout:
dsa002574:node-canvas mike.borozdin$ git push heroku master
ssh: connect to host heroku.com port 22: Operation timed out
fatal: The remote end hung up unexpectedly
When I try heroku scale I get an error as well:
dsa002574:node-canvas mike.borozdin$ heroku ps:scale web=1
Scaling web dynos... failed
! App must be deployed before dynos can be scaled.
Scaling from Heroku admin doesn't seem to work. Here is a screenshot:
Any guesses as to why heroku won't let me scale?
Well, your git push
failed ("operation timed out"), so you haven't actually deployed an app. As a result, Heroku's having trouble scaling the non-existent app :-)
Do you have a procfile? https://devcenter.heroku.com/articles/procfile
This will specify what app to run, and therefore what to assign dynos to it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With