Heroku で既に本番環境がセットアップされているアプリのステージング環境を作成していました。こちらの本稼働アプリから開始 - https://devcenter.heroku.com/articles/multiple-environmentsに従って、コマンドを実行してステージング環境を作成しました。
heroku create staging-app-name --remote staging --addons mongohq:free,shared-database:5mb --account urban
出力:
Creating staging-app-name... done, stack is cedar
Adding mongohq:free to staging-app-name... failed
! Please verify your account to install this add-on
! For more information, see http://devcenter.heroku.com/categories/billing
! Confirm now at https://heroku.com/confirm
https://heroku.com/confirmにアクセスしたところ、「アカウントが確認されました」というメッセージが表示されました。
コマンドラインに戻り、create コマンドを再実行しました。出力:
! Name is already taken
heroku.com にアクセスして My Apps を見ると、そこにはありません。どうすれば名前を取り戻すことができますか?