[Vuejs]-Event listener is listening but doesn't get triggered from event

0๐Ÿ‘

โœ…

I found the reason for the problem. As you can see on the redis monitoring, the channel name had a prefix.
I set
REDIS_PREFIX=
in .env to remove this prefix. Now I get an answer from the listener.

Leave a comment