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
When using the wss protocol, you might forget to include the region parameter. This is said to be defaulted, but the generated wss protocol url doesn't include the defaulted region. Instead it shows up as undefined in the string. This is how i noticed the issue.
Instead verify and error out if the region option is not set correctly, or at least use the defaulted value.