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
The default request token URL for Google (https://www.google.com/accounts/o8/ud) returns a 404. The Hybrid.getLoginRedirectURL() complicates this since it's catch doesn't log the URL it attempted or the actual exception.
throw new SocialAuthException("Failed to read response from ");
The text was updated successfully, but these errors were encountered:
The default request token URL for Google (https://www.google.com/accounts/o8/ud) returns a 404. The Hybrid.getLoginRedirectURL() complicates this since it's catch doesn't log the URL it attempted or the actual exception.
throw new SocialAuthException("Failed to read response from ");
The text was updated successfully, but these errors were encountered: