We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we're running into the Clients must be authorized to join private or presence channels. exception in our Rails application.
Clients must be authorized to join private or presence channels.
The message is linking to the authorizing users documentation, which is great. 👍
However, can you clarify in the documentation whether Pusher will (re-)tackle these cases (i.e. whether a retry will happen).
Right now we assume that the exception message might be misleading when connection issues appear so it would surely be helpful if the docs would help.
PS: Furthermore the This authenticates every user. Don't do this in production! comment is used inconsistently.
This authenticates every user. Don't do this in production!
In the top examples of the documentation all of them contain the warning and if you're landing directly at the JSONP examples it is missing and people might not see this.
The text was updated successfully, but these errors were encountered:
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.
No branches or pull requests
Currently we're running into the
Clients must be authorized to join private or presence channels.
exception in our Rails application.The message is linking to the authorizing users documentation, which is great. 👍
However, can you clarify in the documentation whether Pusher will (re-)tackle these cases (i.e. whether a retry will happen).
Right now we assume that the exception message might be misleading when connection issues appear so it would surely be helpful if the docs would help.
PS: Furthermore the
This authenticates every user. Don't do this in production!
comment is used inconsistently.In the top examples of the documentation all of them contain the warning and if you're landing directly at the JSONP examples it is missing and people might not see this.
The text was updated successfully, but these errors were encountered: