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:Jump to solution
Figured it out - was missing sendToDatabase() because I'm a dummy - Thank you!!!
3 Replies
what is your
QUEUE_CONNECTION
?
try set it to
QUEUE_CONNECTION=sync
It was already set to that - thank you ππΌ Anything else I can check?
Solution
Figured it out - was missing sendToDatabase() because I'm a dummy - Thank you!!!