© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
LucaMago

Database Notification using jobs not showing

Hi, i'm sending a database notification inside a job, but it only shows on the "notification bell" without reloading the page (that is correct) but not as the usual popup notification message. The code used inside the job is this:

$recipient = $this->user;

Notification::make()
->title('Saved successfully')
->send()
->sendToDatabase($recipient);

If I try on local with sync queue it works as expected, showing both the popup and the message inside the notification bell, but if I use an async enviroment like database queue, the popup never shows up.
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

Notification Not Showing!
FilamentFFilament / ❓┊help
2y ago
Notification not working with jobs
FilamentFFilament / ❓┊help
3y ago
database notification not working
FilamentFFilament / ❓┊help
2y ago
database notification not working
FilamentFFilament / ❓┊help
2y ago