前提・実現したいこと
herokuでのエラー解決をしたいです。
発生している問題・エラーメッセージ
We're sorry, but something went wrong. If you are the application owner check the logs for more information.
2021-06-02T00:35:34.810313+00:00 app[web.1]: I, [2021-06-02T00:35:34.810233 #4] INFO -- : [5f4fef76-a313-402d-b5fe-3cc150bf4f8d] Completed 500 Internal Server Error in 121ms (ActiveRecord: 2.1ms | Allocations: 5232)
2021-06-02T00:35:34.812138+00:00 app[web.1]: [5f4fef76-a313-402d-b5fe-3cc150bf4f8d] ActionView::Template::Error (The asset "image.jpeg" is not present in the asset pipeline.
2021-06-02T00:35:34.897196+00:00 app[web.1]: I, [2021-06-02T00:35:34.897123 #4] INFO -- : [9a895f88-f5e8-4256-9917-4eea4262418e] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms | Allocations: 987)
2021-06-02T00:35:34.898134+00:00 app[web.1]: [9a895f88-f5e8-4256-9917-4eea4262418e] ActionView::Template::Error (The asset "image.jpeg" is not present in the asset pipeline.
該当のソースコード
試したこと
ターミナルでログを調べた
テスト環境では問題ない
補足情報(FW/ツールのバージョンなど)
回答1件
あなたの回答
tips
プレビュー