Modal wont close after you create a laravel Process
I've set to run a job after I submit the Action Modal. That job creates a process. After a job is created, the modal wont close automatically, and I also cant redirect (e.g. I cant visit the dashboard).
How can I fix this?
How can I fix this?
Solution
- https://laravel.com/docs/11.x/queues#driver-prerequisites
- Change queue to database in the .env
- php artisan queue:listen