railsでwebアプリケーションを作成中です。herokuでデプロイするときに失敗して、サイトにログインできなくなりました。
そのページにいくと、Application error と表示さてているので、何らかエラーが発生しているのは分かるのですが、
恥ずかしながらherokuに疎いため、何のエラーか理解できません。追加した機能は記事投稿機能です。その中で、画像投稿機能を実装したのですが、activestorage や awsの S3 を使用しました。もしかしたらこの辺りの本番環境の設定がうまく行っていないのかと思ったのですが、該当するページを検索してみても原因が分かりません。開発環境では問題なく動いています。なにぶん、デプロイでサイト自体開けなくなったのは初めてで、戸惑っています。。。
どなたか原因が分かる方、いらっしゃいませんか?
エラーになっている部分のコード 2019-12-18T08:56:36.439063+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hoge_app-33214.herokuapp.com request_id=d5725d61-50b0-4064-8687-82140d47bbe7 fwd="106.171.78.199" dyno= connect= service= status=503 bytes= protocol=https 2019-12-18T08:57:53.957151+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hoge_app-33214.herokuapp.com request_id=d9f26119-a7fd-476a-b70d-63762e72f62b fwd="106.171.78.199" dyno= connect= service= status=503 bytes= protocol=https 2019-12-18T08:57:54.427417+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hoge_app-33214.herokuapp.com request_id=23f298a5-7e3d-4fd7-8d14-fc8d3b226ad8 fwd="106.171.78.199" dyno= connect= service= status=503 bytes= protocol=https 2019-12-18T08:57:55.543077+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hoge_app-33214.herokuapp.com request_id=6251b4a7-01b4-4cc4-9eac-30fbf2a02fb4 fwd="106.171.78.199" dyno= connect= service= status=503 bytes= protocol=https 2019-12-18T08:57:56.142445+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hoge_app-33214.herokuapp.com request_id=6ea0fd95-108d-47f7-ab4b-e512a3dc5efc fwd="106.171.78.199" dyno= connect= service= status=503 bytes= protocol=https mbp2019:hoge_app users$
production.rb は設定しました。 config.active_storage.service = :amazon
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。