Replies: 7 comments 12 replies
-
Hey @cmaxw please post the model source code as well. I see that the stack trace points to the model, not the resource. |
Beta Was this translation helpful? Give feedback.
-
Correct. I have a Meetup resource that is the same except the |
Beta Was this translation helpful? Give feedback.
-
It deploys now... but I'm getting this error when I load the page:
|
Beta Was this translation helpful? Give feedback.
-
I get the same when I have the string "::Meetup" |
Beta Was this translation helpful? Give feedback.
-
If I switch it back to a class like |
Beta Was this translation helpful? Give feedback.
-
I finally gave up and created a new model. I could also have done it with scopes if I upgraded to Advanced... but Replays are different enough from Meetups that I'm fine with what I've got. |
Beta Was this translation helpful? Give feedback.
-
Fixed by #3207 |
Beta Was this translation helpful? Give feedback.
-
I'm deploying with Kamal... I'm getting this error when I try to deploy
The issue tracks back to this resource:
The error points to the
has_one_attached :thumbnail
It works on the meetup resource, but not on the MeetupReplay resource. The only difference between the two files is the
model_class
and theindex_query
scope.It's also working in development, which uses
:disk
for storage instead of an AWS compatible storage.Beta Was this translation helpful? Give feedback.
All reactions