CSV import job is not executed
I've made an importer:
Now i added this import button to a relationmanager (Invitee)
When clicking the button, the modal appears, i can map my fields and then i get the noficiation that the Job is running on the background.
I have my queue_driver on SYNC, so that it should run directly.
After digging a little deeper, i found the trait that dispatches the job and sends the notification to the database.
Starting on line 183
is always empty for some reason.
The imports table in the database recieves the records, they are there.
I'm not sure where to look now. Any idea's?
Now i added this import button to a relationmanager (Invitee)
When clicking the button, the modal appears, i can map my fields and then i get the noficiation that the Job is running on the background.
I have my queue_driver on SYNC, so that it should run directly.
After digging a little deeper, i found the trait that dispatches the job and sends the notification to the database.
Starting on line 183
is always empty for some reason.
The imports table in the database recieves the records, they are there.
I'm not sure where to look now. Any idea's?