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
Currently, if providing a Cloud ID as authentication to the client, it assumes it will be correctly formatted and begins parsing it with that assumption. If it's improperly formatted, it will raise a vague TypeError or similar.
The client should run an assertion and throw a more constructive error message if the ID is poorly formatted.