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
console errors?
No console errors.
Something i found on searching:
https://www.answeroverflow.com/m/1183848555446800475
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...
I have added the header X-Livewire true in Nginx configuration and still it doesn’t works
Have you enabled database polling?
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.