Hi community,
I’m working on social login feature for a mobile app based on Expo (react-native).
I got Apple and Facebook working just fine, but Google login fails when I try to login from the Expo Go app.
Auth0 log suggests the connection is not enabled. However, when I test connections on the Auth0 social login setting, it all works fine.
"error": { "message": "the connection is not enabled", "oauthError": "invalid_request", "type": "request-error" },
I’d highly appreciate any hint or suggestions!