Closed KozSuper closed 2 months ago
I think it's because of a serialization error. It can't be unserialized when dispatching in a Volt component.
Think it's best you use a service class then for this one and use that in your Volt component. We'd always appreciate a PR to the docs if you discover an incompatibility.
Volt Version
1.6
Laravel Version
11.9
PHP Version
8.3
Database Driver & Version
No response
Description
When creating a Batch with callbacks like progress, then, catch, finally, these callbacks are not working as expected. Everything works fine in the Controller.
Steps To Reproduce