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
Don't try to parse response as JSON if it is an error. (#37)
If we get an error, this will often be a plain text string, and gets
obfuscated by the attempted json parsing. Return it as-is so we can read
it in full.