export excel

job created in database but do i need create job file myself?
Solution:
It exists otherwise it wouldn’t be queued. Check your Laravel log file why the export fails.
Jump to solution
20 Replies
bathishig
bathishig3mo ago
Filament\Actions\Exports\Jobs\ExportCsv
Dennis Koch
Dennis Koch3mo ago
No idea what you mean but you are probably not running the queue worker?
bathishig
bathishig3mo ago
yes not finding job should i create myself?
Dennis Koch
Dennis Koch3mo ago
What do you mean by „not finding“? What’s the actual issue?
bathishig
bathishig3mo ago
after export job queue created in databse but cant find job Filament\Actions\Exports\Jobs\ExportCsv
Dennis Koch
Dennis Koch3mo ago
What does that mean? Do you have an actual error?
bathishig
bathishig3mo ago
no Filament\Actions\Exports\Jobs\ExportCsv should i create this job?
kool
kool3mo ago
This should be done for you. You don't need anything other than migrating the queue tables and that's it and run the queue worker as well.
php artisan queue:work
php artisan queue:work
Dennis Koch
Dennis Koch3mo ago
It’s hard to help as you provide no information on what you did, what’s not working, …
bathishig
bathishig3mo ago
No description
bathishig
bathishig3mo ago
yes i used generate command The default job for processing exports is Filament\Actions\Exports\Jobs\PrepareCsvExport how can i generate this file? i think my job is missing this
Solution
Dennis Koch
Dennis Koch3mo ago
It exists otherwise it wouldn’t be queued. Check your Laravel log file why the export fails.
bathishig
bathishig3mo ago
No description
bathishig
bathishig3mo ago
in jobs table its exists but actual job is missing Filament\Actions\Exports\Jobs\PrepareCsv how can i generate this? or should i create myself?
Dennis Koch
Dennis Koch3mo ago
It should be included with Filament. Did you check the vendor folder or why do you think it’s missing? Did you check the Laravel log for errors as I said?
bathishig
bathishig3mo ago
No description
bathishig
bathishig3mo ago
ty finalyy
Dennis Koch
Dennis Koch3mo ago
What was the issue?
bathishig
bathishig3mo ago
Numeric value out of range: 1264 Out of range value for column 'attempts' at $table->unsignedTinyInteger('attempts'); changed to unsignedInteger also explorer failed on enum ty for help
Want results from more Discord servers?
Add your server
More Posts