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.
Source:stackexchange.com