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
If $responseBody = "string" script breaks at line 317.
A response of "string" is not common but valid JSON.
So script should not assume to be of type object/ array and return "string" in $responseBody.