F
Filament2mo ago
NuDg3

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
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
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?
No description
7 Replies
NuDg3
NuDg3OP2mo ago
update same app deployed to laravel forge and it works there
awcodes
awcodes2mo ago
Maybe a config cache on the cloud deploy? 🤷
NuDg3
NuDg3OP2mo ago
cleared the cache but no help :/
Alnuaimi
Alnuaimi4w ago
same problem
toeknee
toeknee4w ago
How are you sending the notification?
Adam
Adam4w ago
What is your session driver set to?
Alnuaimi
Alnuaimi4w ago
set Cookie Derive as Database inside .env

Did you find this page helpful?