Heroku Toolbelt Stuck Administering Deleted App

170 views Asked by At

I'm trying to deploy a meteorite project that I'm working on. I messed up a few times, but for the moment I keep getting:

heroku config:add BUILDPACK_URL=https://github.com/oortcloud/heroku-buildpack-meteorite.git
Setting config vars and restarting cryptic-wave-7090... failed
 !    App not found

No matter how many times I create a new app, it tries to apply that to one that I deleted a while ago. How can I fix this?

1

There are 1 answers

1
nickbw On BEST ANSWER

I had the same issue and the way I resolved it was by using the destroy command. In order to destroy cryptic-wave-7090 for example, use the following:

heroku destroy cryptic-wave-7090