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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
I don't use s3 myself, but I guess the problem is imagemagick cannot find the file to crop - it can't operate on a remote file directly, the file need to be downloaded as a temp file, crop, and upload back to s3.
Sorry but I have no time to work on this feature now, if anyone's willing to I'd like to merge.
I have the same problem , I have implemented it on local machine where it worked like a charm but on when i used S3 for storage it give this error . Let me know if you have worked on it
I'm receiving the following error when I click on an image to crop:
It's attempting to open the file in local storage, but I'm using S3 for paperclip. It appears this issue was documented and fixed before in issue #6.
I'm using:
rails_admin_jcrop-1.2.0
rails_admin-0.4.9
rails-3.2.11
Thanks!
The text was updated successfully, but these errors were encountered: