Database notifications working locally, on production not
Hello guys, I'm new to Filament and just trying it out.
I've deployed my Filament app via Laravel Cloud
I'm gonna upload the image.
The notification on the left side works normally on local and on production, the notification on the right works normally on local, but on production not.
databaseNotifications are set up in panel.
I did run php artisan queue:work on production
I do have these variables on my local machine
but none on production.
So, I do get a notification that export has been finished, I can open notification modal and download it.
But I can't see the pop up saying "Your export started..."
Any idea?
7 Replies
update
same app deployed to laravel forge and it works there
Maybe a config cache on the cloud deploy? 🤷
cleared the cache but no help :/
same problem
How are you sending the notification?
What is your session driver set to?
set Cookie Derive as Database inside .env