オリジナルアプリを制作している者なのですが、herokuでアプリをデプロイしようとしたらApplication errorというエラーが出てしまいデプロイしたアプリをひらけない(デプロイできていない?)という状況に陥ってしまいました(先日まではちゃんとデプロイできていました)
発生している問題・エラーメッセージ
Application error An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
というエラーメッセージが出ていてheroku logsでどのようなエラーが出ているのか確認したところ
2020-03-05T01:14:18.992361+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pile-up-app.herokuapp.com request_id=667f3857-c4f4-4a22-a16d-97db0aea87c7 fwd="119.104.144.128" dyno= connect= service= status=503 bytes= protocol=https 2020-03-05T01:14:19.402422+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pile-up-app.herokuapp.com request_id=a58a1e17-70f8-4e85-9b3a-e2964667c5c9 fwd="119.104.144.128" dyno= connect= service= status=503 bytes= protocol=https 2020-03-05T01:14:41.037658+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pile-up-app.herokuapp.com request_id=313fda61-702a-4126-aace-0492b8a9c95e fwd="119.104.144.128" dyno= connect= service= status=503 bytes= protocol=https 2020-03-05T01:14:41.558990+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pile-up-app.herokuapp.com request_id=9c8ebda2-0a0d-41ec-b616-6d32bdc33732 fwd="119.104.144.128" dyno= connect= service= status=503 bytes= protocol=https
というようなエラーコードが出ていたのですが、これが何を表しているのかが全くわからずどこを修正すればいいのかの見当もつかないという状況です
試したこと
このエラーについて調べてみたところ、herokuを再起動したら解消できたという記事が多く出てきたので
heroku restart --app pile_up_app
や
heroku restart web.1 --app pile_up_app
で再起動してみたのですがエラーを解消することはできませんでした
このエラーの解消法がお分かりになる方がいらっしゃいましたらアドバイスの方よろしくお願いいたします
追記(heroku log 全文)
ログを前文載せようと思ったのですが、teratailの文字数の関係で載せれなかったのでheroku log全文のスクショを貼っておきます
]
![]
回答1件
あなたの回答
tips
プレビュー