Notification not working
Hi all,
I want to use the filament notification in my webshop using JS I also use the Filament panel for my admin panel.
I have followed the installation guide (for the notifications) but the notification aren't working.
App.blade.php
The console output;
Anyone know why the notifaction are not displayed?
Thanks!
12 Replies
Anyone?
Did you imporve the notification and notifisions action and build the js?
Yeah i have ran npm run dev
Maybe try to wrap the notification in a DOMContentLoaded event listener
Does it work when you run it in the DevTools console?
Nope doesnt work either
It seems that something does work but their is no visual
ok, so it's being dispatched... only not shown π
you can try to dispatch a persistent one and search for it in your html
Search for in your Elements tab
If it's there you can figure out why it's not being showed
It is not their
If i login into to admin and run this it does show the notifcation
I didnt see
@livewire('notifications')
πit is their now
But it is still not working
I am going to try installing it in a new project to see if this project is the issue or that is doesnt work in general.