laravel-aws-worker icon indicating copy to clipboard operation
laravel-aws-worker copied to clipboard

Throwing Exception

Open rgundapu opened this issue 6 years ago • 1 comments
trafficstars

Error : exception 'Dusterio\AwsWorker\Exceptions\MalformedRequestException' with message 'Unable to decode request JSON'

rgundapu avatar Sep 06 '19 06:09 rgundapu

You might need to base64 encode your job parameters when you instantiate your job and decode on handle. I had this issue with emails and I ended up having to encode the body when I passed it to the job.

tvillafane avatar Oct 29 '20 15:10 tvillafane

Closing as stale. Please open a new issue if this is still presenting a problem. Thanks!

fylzero avatar Jul 06 '23 07:07 fylzero