-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 error with CarrierWave multiple file uploader #3070
Comments
I'm getting something very similar. It does not seem to be related with CarrierWave but it did start breaking after changing
|
I have the same problem. And I setted up like this
After that, when I try to create a new Shop instance with rails_admin view, the following error is displayed.
|
It seems that "identifier" method can not be used in CarrierWave::Storage::Fog::File It should be changed "identifier" to "filename" method. This can return the same value we want. |
Hello, I really appreciate your development of great gem!
I have an issue occurring with CarrierWave multiple file uploader column (named as
Topic#images
)Gem versions
Thank you.
The text was updated successfully, but these errors were encountered: