Replies: 1 comment
|
Hello @cadeL3000 Btw for customer support on Ory Network you can join our community Slack or contact support@ory.com |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We're hitting consistent 502 Bad Gateway (origin_bad_gateway via Cloudflare) when submitting a real Google id_token through Ory's native login/registration API. Email OTP on the same project works fine. Is there anyone can pinpoint the cause of it ?
What works
Email OTP login (code method) — full session + token exchange
Native flow creation (/self-service/login/api, /registration/api)
Invalid id_token → proper 403 from Ory (Could not verify id_token)
What fails
Valid Google id_token → 502 on login and registration
Reproduced across multiple Google accounts and data mappings (including minimal email-only Jsonnet)
Packages
@react-native-google-signin/google-signin@ory/client(FrontendApi)All reactions