© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
StanProg

Sending Notification from Job requires page reload

I have a Livewire component that has a BulkAction. When it's clicked it dispatches a Job that does some work and then sends a DB Notification to the current user.
All works fine, except that I have to reload the current page to be able to see the notification.

I tried adding
event(new DatabaseNotificationsSent($user));
event(new DatabaseNotificationsSent($user));
after notification is
->send();
->send();
, but this does not solve the problem. Ex:
->sendToDatabase($user)
->send();
->sendToDatabase($user)
->send();


Any ideas?
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

Reload table results from Page Action
FilamentFFilament / ❓┊help
3y ago
Trigger Page Reload from Admin Resource?
FilamentFFilament / ❓┊help
3y ago
Sending notification after action
FilamentFFilament / ❓┊help
2y ago
Force Reload Page
FilamentFFilament / ❓┊help
2y ago