F
Filament4mo ago
ericmp

Cant make reverb to work inside admin panel

i have a project where i use livewire and laravel reverb. it works now, i tried to add a filament admin panel, and followed the docs to configure it properly. the problem is that i get a weird cluster error when i go to any page of the admin panel. afaik reverb doesnt use clusters!?
data
:
{code: 4001,…}
code
:
4001
message
:
"App key 0p107okcr7dfxpgb8x7j not in this cluster. Did you forget to specify the cluster?"
event
:
"pusher:error"
data
:
{code: 4001,…}
code
:
4001
message
:
"App key 0p107okcr7dfxpgb8x7j not in this cluster. Did you forget to specify the cluster?"
event
:
"pusher:error"
5 Replies
ericmp
ericmpOP3mo ago
what should i share u so u can help me? idk, but it seems like is trying to use pusher instead of reverb, despite i have set it all up perfectly using reverb. as said, it works for the other livewire already existing any1 ^^ bump
ChesterS
ChesterS3mo ago
Ignore the fact that say 'pusher' - it's just a similar protocol Is the key key in your env correct? Also, can you share your reverb config? Is this error locally or in production?
ericmp
ericmpOP3mo ago
i dont even know how but i managed to make it to work, appreciate ur time anyways bro 🙌
C42creative
C42creative2mo ago
erm... I'm getting similar issues - how did you solve this?
ericmp
ericmpOP2mo ago
honestly dont know, that error i was getting is so weird and i dont understand it but it works now, no idea

Did you find this page helpful?