Skip to content
Advertisement

Laravel Jobs Serialization of ‘Closure’ is not allowed

I would like to send Data to a NewsletterStore Job. But it’s failing with the following error. Any suggestions?

I also tried to remove the SerializesModels Models trait. Without any success.

Error

JavaScript

Controller

JavaScript

Job

JavaScript

Advertisement

Answer

Request is not serializable there is a workaround what you are trying to achieve

JavaScript

Your job handler.

JavaScript

Hope this helps

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement