Q&A
初心者です。
Railsアプリを初めてHerokuへデプロイしたところURLからアクセスできずログを確認すると
Error: Couldn't find that app. › › Error ID: not_found
という表示が出ました。
https://qiita.com/at-946/items/ce4db1d80429d6984cfc
この記事を参考に下記の通り、
$ heroku apps sample-app
$ heroku git:remote -a sample-app
$ git remote -v heroku https://git.heroku.com/sample-app.git (fetch) heroku https://git.heroku.com/sample-app.git (push) origin https://github.com/username/sample_app.git (fetch) origin https://github.com/username/sample_app.git (push)
このように確認作業を行いましたが異常があるようには見えません。
一度herokuのapp名を$ heroku apps:rename sample-appのコマンドで変更しているのでそれが関係しているとは思われます。
どなたかご教授いただけますでしょうか。
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
2023/03/15 02:36