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
Misleading error message Unable to retrieve auth string from channel-authorization endpoint - received status: 0 from /pusher/auth. Clients must be authorized to join private or presence channels.#844
Open
alexanderadam opened this issue
Feb 10, 2025
· 0 comments
The text was updated successfully, but these errors were encountered:
alexanderadam
changed the title
better documentation for "Clients must be authorized to join private or presence channels."
Misleading error message Unable to retrieve auth string from channel-authorization endpoint - received status: 0 from /pusher/auth. Clients must be authorized to join private or presence channels.Feb 11, 2025
Currently we're running into the
Clients must be authorized to join private or presence channels.
exception in our Rails application.It's linking to the authorizing users documentation, which is great. 👍
However, given that we see
status: 0
in the error, it does not seem like this is indeed an authorization but a network issue.Is this assumption correct?
If it is, we'd expect not to raise an error but running into the connection state unavailable-logic which would retry the thing it's trying to do until it works.
Also the behaviour should then be documented.
The text was updated successfully, but these errors were encountered: