Log in error - Google credentials

While investigating we were not able to find errors for your account in our debugging systems. From the logs available in the screenshot you shared it looks like Google’s Sign-In SDK failed to refresh the active session when the app opened up due to some sort of network error. I have 2 possible theories:

  1. Are you using a 3rd party privacy app of some kind? We’ve seen issues in the past with our chat feature being blocked because of apps like these, and we were able to figure out the specific url being blocked so that folks could allowlist the specific endpoint (Chat - Android App). I’m thinking there might be something like that happening here which causes Google’s SDK to fail when the app starts.

  2. The other possibility might be related to network settings on your device. There’s another error in the screenshot that is bubbling up from iOS itself suggesting that you were on a cellular connection and cellular data is disabled for your device, and that would also cause Google’s SDK to fail in the way it’s failing.

Do you see strange issues with Google Sign-In with any other app you use on your phone?