Why do I have this error when I try to upload a png files in production mode?
It works fine with jpg and gif files…
[paperclip] An error was received while processing: #Paperclip::NotIdentifiedByImageMagickError: /tmp/s3,8354,0.png is not recognized by the ‘identify’ command.>
This belongs on serverfault imo.
Your ImageMagick is not compiled with PNG support. See this article. I’m sure there are countless more on Google.