["Error during signin: Error: Unable to retrieve auth string from user-authentication endpoint - received status: 403 from /authorize. See: https://pusher.com/docs/channels/server_api/authenticating_users"]
There is no event to catch authorization error, the docs indicatate that 403 should be returned when the authroization fails, but only logs it in the console without emitting "pusher:error" event and there is no other events that can catch such error?
["Error during signin: Error: Unable to retrieve auth string from user-authentication endpoint - received status: 403 from /authorize. See: https://pusher.com/docs/channels/server_api/authenticating_users"]
There is no event to catch authorization error, the docs indicatate that 403 should be returned when the authroization fails, but only logs it in the console without emitting "pusher:error" event and there is no other events that can catch such error?
pusher-js/src/core/user.ts
Line 85 in 79fc50b