Live notifications
Im a little confused how notifications are working. So I've setup and installed pusher and echo etc.
This is my notification
I have a queue:listen going, I can see the BroadcastNotificationCreated event, I can see in my pusher dashboard, the channel message come through and tells me the format is filament etc. But no notification comes through while im on my admin panel. What am I missing?
1 Reply
Ill note that $this->initiator is set to the auth user
In my bootstrap.js
But running the event, I dont see anything from the console.log. COnfused to what Im missing?
Update: I've now found theres a filament.php config, and inside has
But in my network, broadcasting/auth isn't an endpoint, is there an extra step im supposed to do?