Open eugen0329 opened 7 years ago
I'm having this same issue, my uploads work fine without the gem enabled but as soon as I place the setting for processing in background nothing gets uploaded besides the original image.
I would suggest trying Paperclip v5.0.0. I was having problems with 5.1.0 and I'm using s3, but using v5.0.0 seems to fix most of my problems.
same issue and fixed by downgrading aws-sdk from 3.0.1 to 2.10.39
On my case the DelayedPaperclip worker doesn't even appear on sidekiq log. And It stills upload on normal way to S3.
I have downgraded aws-sdk from 3.0.1 to 2.10.39 Paperclip 5.1.0 to 5.0.0
And the same problem happens.
Using the following configs I get uploaded file with 0 byte file uploaded to s3 bucket.
Extra info
The same problem occurs when I use the gem with
rails (= 4.2.7.1)
and paperclip-av-transcoder postprocessor.