You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use dropbox storage in production environment: (https://github.com/robin850/carrierwave-dropbox)
unless Rails.env.production?
storage :file
else
storage :dropbox
# storage :fog
end
but the image url is not being returned. The details being saved in database looks like this:
But the image is being uploaded well. And also other direct controllers and models are working well.
How can I resolve this?
The text was updated successfully, but these errors were encountered:
I want to use dropbox storage in production environment: (https://github.com/robin850/carrierwave-dropbox)
unless Rails.env.production?
storage :file
else
storage :dropbox
# storage :fog
end
but the image url is not being returned. The details being saved in database looks like this:
But the image is being uploaded well. And also other direct controllers and models are working well.
How can I resolve this?
The text was updated successfully, but these errors were encountered: