notification works only after page refresh

I am using livewire notification and everything was working fine while using http and recently we moved to https and now notifications are only shown after page refresh. While searching i came across an article which states the response header X-livewire can be null and because of that the notification does not works. Can someone guide in this please?
6 Replies
LeandroFerreira
LeandroFerreira10mo ago
console errors?
Harshil Joshi
Harshil JoshiOP10mo ago
No console errors.
Harshil Joshi
Harshil JoshiOP10mo ago
Notifications are only displayed by Refresh - Filament
I just have a filament v3 behavior where I am running out of ideas. Everything is running but the notifications (in page builder) are only displayed after reloading. Everything works locally, only on the server. Does anyone have an idea? The actions otherwise work perfectly, only the notifications only appear after reloading the page. Since it i...
Harshil Joshi
Harshil JoshiOP10mo ago
I have added the header X-Livewire true in Nginx configuration and still it doesn’t works
toeknee
toeknee10mo ago
Have you enabled database polling?
Harshil Joshi
Harshil JoshiOP10mo ago
I am not using database notifications. The notifications worked when i was using http and calling the site directly. Now for https and load balancer i am using KEMP. So now all incomming request are routed through KEMP and then to the system.

Did you find this page helpful?