export excel
job created in database but do i need create job file myself?
Solution:Jump to solution
It exists otherwise it wouldn’t be queued. Check your Laravel log file why the export fails.
20 Replies
Filament\Actions\Exports\Jobs\ExportCsv
No idea what you mean but you are probably not running the queue worker?
yes
not finding job
should i create myself?
What do you mean by „not finding“? What’s the actual issue?
after export job queue created in databse
but cant find job
Filament\Actions\Exports\Jobs\ExportCsv
What does that mean? Do you have an actual error?
no
Filament\Actions\Exports\Jobs\ExportCsv should i create this job?
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.
It’s hard to help as you provide no information on what you did, what’s not working, …
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
It exists otherwise it wouldn’t be queued. Check your Laravel log file why the export fails.
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?
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?
ty finalyy
What was the issue?
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