Database notifications in database but not rendering on page

I am unsure where to even begin to look here. Database notifications are being written to the notifications table but they are not subsequently reflecting in the interface. The counter remains at 0 and clicking the bell/refreshing and clicking yields no change in results. I'm a tad new to Filament/PHP but I am learning quick. I look forward to any and all help!
Solution:
Figured it out - was missing sendToDatabase() because I'm a dummy - Thank you!!!
Jump to solution
3 Replies
Lara Zeus
Lara Zeus4mo ago
what is your QUEUE_CONNECTION? try set it to QUEUE_CONNECTION=sync
DJ SneezyCheese
DJ SneezyCheeseOP4mo ago
It was already set to that - thank you 🙏🏼 Anything else I can check?
Solution
DJ SneezyCheese
DJ SneezyCheese4mo ago
Figured it out - was missing sendToDatabase() because I'm a dummy - Thank you!!!

Did you find this page helpful?