I have a Rails 5 app where users (devise) can upload a profile image and crop it if need be (Using Paperclip and Papercrop). Everything works on local. No problem at all.
When I push it to Heroku and try to crop I get the following error: (Paperclip::Errors::NotIdentifiedByImageMagickError)
I have looked at all SO questions out there and there are no replies that seem to work. Anyone had any luck solving this before?
As mentioned - Locally it runs great. On Heroku it fails. Could it be an update required to ImageMagick on Heroku?