Database Notification does not work

When I import/export data, I got Notification as seen in pictures. However, when clicking the database notification, there is nothing listed in there. I checked on notifications table, there are records, but why it is not listed in the slide side bar .
No description
No description
No description
No description
2 Replies
LeandroFerreira
php artisan queue:work ?
Mohamed Ayaou
Mohamed Ayaou3d ago
as @LeandroFerreira mentioned you have to run your worker (search how to run on a server for production) in case you are using real-time server like pusher or reverb instead of DB pooling make sure they are running, e.g php artisan reverb:start

Did you find this page helpful?