© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
1 reply
Mariem Mimouni

Import Action not working

I have implemented the ImportAction to import rows into the members table. After uploading the CSV file and mapping the columns accordingly, the imported CSV is added to the imports table in my database, and a job batch is also created in the database.
However, the job does not get processed. In the job_batches table, both processed_rows and failed_rows remain at 0.
I have tried running the following commands:

php artisan queue:work

php artisan queue:listen

but nothing seems to work.

I've watched some YouTube videos as references, and most of them had a jobs table in their database, while I don't.

Currently, I have QUEUE_CONNECTION=sync in my .env file because I need it for another part of my application. I also tried customizing the import connection in MemberImporter.php:
public function getJobConnection(): ?string { return 'database'; }
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Import Action not working
FilamentFFilament / ❓┊help
2y ago
Import action, unsetting columns not working
FilamentFFilament / ❓┊help
16mo ago
Import not working..
FilamentFFilament / ❓┊help
15mo ago
Import Action
FilamentFFilament / ❓┊help
2y ago