I'm trying to deploy my app to heroku, currently using the free tier. Over the past 5 days I've been redeploying the app as I made changes. I went overzealous with the deploys and now my app is up to version 35 on heroku under the "activity" tab.
Now the error message in the title prevents me from deploying my app. Google search didn't return a thing. If I have reached the deployment limit how do I delete/free up my concurrent build space?
Try this command from your project directory
Try to:
Try to check
https://devcenter.heroku.com/changelog-items/1344
for important logsTry to reinstall your app(%65 works)
Try to create a new account(%100 works)
I had to try two of these answers back-to-back. Individually, they didn't work for me.
I needed to install
heroku-builds
withThen cancel the ongoing build with
And finally did a
heroku restart
.For my case,
heroku restart
worked.The Heroku said "Engineers are investigating API availability. This may affect Dashboard, CLI commands, builds and other aspects of the platform." I think this is the reason.
Now you have to verify your account, putting your credit card in Heroku Account.
"Unverified accounts can now run only one build at a time across all their apps. Verifying the account will automatically lift this limit."
see: https://devcenter.heroku.com/changelog-items/1344