Not receiving notification on data export
When I export data from a table, I receive the notification saying that it's being processed on the background, but I don't get the notification with the download URL.
These are the Job logs:
2024-02-25 15:22:23 Illuminate\Bus\ChainedBatch ........................................................................................ RUNNING
2024-02-25 15:22:28 Illuminate\Bus\ChainedBatch ........................................................................................ 4s DONE
2024-02-25 15:22:29 Filament\Actions\Exports\Jobs\PrepareCsvExport .................................................. RUNNING
2024-02-25 15:22:35 Filament\Actions\Exports\Jobs\PrepareCsvExport .................................................. 6s DONE
2024-02-25 15:22:36 Filament\Actions\Exports\Jobs\ExportCsv ................................................................ RUNNING
2024-02-25 15:22:45 Filament\Actions\Exports\Jobs\ExportCsv ................................................................ 8s DONE
2024-02-25 15:22:46 Filament\Actions\Exports\Jobs\ExportCompletion .................................................. RUNNING
2024-02-25 15:22:49 Filament\Actions\Exports\Jobs\ExportCompletion .................................................. 3s DONE
2024-02-25 15:22:50 Filament\Notifications\DatabaseNotification ............................................................. RUNNING
2024-02-25 15:22:52 Filament\Notifications\DatabaseNotification ............................................................. 1s DONE
2024-02-25 15:22:53 Filament\Actions\Exports\Jobs\CreateXlsxFile ......................................................... RUNNING
2024-02-25 15:22:55 Filament\Actions\Exports\Jobs\CreateXlsxFile ......................................................... 1s DONE
What am I missing?
Solution:Jump to solution
Nevermind. I needed to add "->databaseNotifications()" to the AdminPanelProvider
2 Replies
Solution
Nevermind. I needed to add "->databaseNotifications()" to the AdminPanelProvider
Marked your reply as the solution, because one of my panels was missing exactly that and now it works π