You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Hi, if you are still having the issue I can help because I had the same problem.
IMHO This depends on the Laravel configuration.
If don't have a Redis prefix isn't an issue for you, try to insert this in your Laravel .env file:
#leave REDIS_PREFIX empty but present or the laravel-echo client won't workREDIS_PREFIX=
I removed the prefix because laravel-echo-client creates a channel string putting the prefix in the wrong place.
This causes a mismatch between the channel name used by the client and the one used by the server.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Redis prefix does nothing
laravel-echo-server version: 1.6.2
laravel-echo-server.json:
Events still are:
The text was updated successfully, but these errors were encountered: