本番の構築時にはまったのでメモしておく
DevelopmentやStagingでは表示されていたのに、本番環境ではimageが軒並み404で応答されていた。
config/environments/production.rbに下記を追加する
config.public_file_server.enabled = true
public配下の静的ファイルを取得するためにはこの設定が必要
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
本番の構築時にはまったのでメモしておく
DevelopmentやStagingでは表示されていたのに、本番環境ではimageが軒並み404で応答されていた。
config/environments/production.rbに下記を追加する
config.public_file_server.enabled = true
public配下の静的ファイルを取得するためにはこの設定が必要
Register as a new user and use Qiita more conveniently
Go to list of users who liked