0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

herokuで画像を正しく配置しているのにActionView::Template::Errorがでる場合の対処法

Posted at

背景

作成したアプロケーションをherokuにデプロイしたところ下記のエラー画面が表示された
スクリーンショット 2021-03-28 17.26.57.png

ログを確認してみると以下のようなエラー文が表示されている。

ActionView::Template::Error (The asset "slider-01.jpeg" is not present in the asset pipeline.

トップページに使用しているslider-01.jpegがassetに配置されていないと言われているがローカルでは問題なく表示されている。
画像のサイズの問題かと思い、画像サイズの変更も行ったが改善は見られなかった。

環境

ruby 2.6.5
Rails 6.0.3.5
heroku/7.51.0

解決方法

試行錯誤の結果、jpegファイルが問題ではないかと仮説を立て、試しにpngファイルに変更してみるとエラーは表示されなくなった。

どうやらherokuではjpg、pngは問題なく使用できますがjpegになると不具合が起きるようです。

最後に

初投稿ですので見づらい箇所がございましたら申し訳ございません。
どなたかの参考になりましたら幸いです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?