Railsによるアプリを作成し、Herokuにpush成功しました。
Herokuにて起動しようとしたところ、
「Application error」の発生により、起動できないとの表示が出ました。
詳細を確認するため、
$ Heroku logs
を入力し、確認したところ以下のような表示が出ました。
該当箇所はこちらだと思われます。
2019-12-18T06:47:53.268225+00:00 heroku[web.1]: Process exited with status 1 2019-12-18T06:48:11.423280+00:00 app[api]: Starting process with command `rails db:migrate` by user fksmhr077@gmail.com 2019-12-18T06:48:18.185455+00:00 heroku[run.5999]: State changed from starting to up 2019-12-18T06:48:18.312501+00:00 heroku[run.5999]: Awaiting client 2019-12-18T06:48:18.341420+00:00 heroku[run.5999]: Starting process with command `rails db:migrate` 2019-12-18T06:48:28.445469+00:00 heroku[run.5999]: State changed from up to complete 2019-12-18T06:48:28.425183+00:00 heroku[run.5999]: Process exited with status 0 2019-12-18T06:48:31.170268+00:00 app[api]: Starting process with command `rails db:seed` by user fksmhr077@gmail.com 2019-12-18T06:48:35.715135+00:00 heroku[run.6481]: Awaiting client 2019-12-18T06:48:35.737305+00:00 heroku[run.6481]: Starting process with command `rails db:seed` 2019-12-18T06:48:35.935605+00:00 heroku[run.6481]: State changed from starting to up 2019-12-18T06:49:02.721861+00:00 heroku[run.6481]: State changed from up to complete 2019-12-18T06:49:02.700490+00:00 heroku[run.6481]: Process exited with status 0 2019-12-18T06:49:15.356118+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=yuichi-railsclone-app.herokuapp.com request_id=74c82880-5fba-4f98-add9-64a18779cb0d fwd="106.172.30.52" dyno= connect= service= status=503 bytes= protocol=https 2019-12-18T06:49:15.928352+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=yuichi-railsclone-app.herokuapp.com request_id=f1b9087e-02a4-453a-9318-22adddfb3a37 fwd="106.172.30.52" dyno= connect= service= status=503 bytes= protocol=https
同様のケースがないか調べても、解決方法がわかりませんでした。
宜しくお願い致します。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。