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.

DelegationError について(Active Storage)

Posted at

ポートフォリオ作成中
DelegationError
とエラーが出てその下に内容が
variant delegated to attachment, but attachment is nil
(google翻訳)添付ファイルに委譲された変形体で、添付ファイルがnilである
とエラーが出ました。

解決方法

私のアプリはInstagramのようなアプリを開発しているので写真がないためこのエラーが出たと仮説を立て
データベースをリセットすることでこの問題を解決することができました!!

対策として

このエラーの対策として、写真を保存するカラムにイメージが存在しないと保存ができないようにしてこのエラーが出ないように使用と思います

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?