Import is not executed
The form works as expected, and I can see the message saying the %n records will be imported, but then nothing happens.
The db table job_batches has no executed jobs, and when I run
[COMMAND]
"artisan queue:work".
[/COMMAND]
Jobs are not executed and I can only see the message:
[MESSAGE]
INFO Processing jobs from the [default] queue.
[/MESSAGE]
My env file has
[ENV]
QUEUE_CONNECTION=sync
[/ENV]
Exporting works as expected
Thanks for any help.
The db table job_batches has no executed jobs, and when I run
[COMMAND]
"artisan queue:work".
[/COMMAND]
Jobs are not executed and I can only see the message:
[MESSAGE]
INFO Processing jobs from the [default] queue.
[/MESSAGE]
My env file has
[ENV]
QUEUE_CONNECTION=sync
[/ENV]
Exporting works as expected
Thanks for any help.

