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
When running the code from the expo-convex-auth repository or following the convex auth documentation with Expo to set up OAuth with Google Sign In, I get the following error when clicking the Sign In button:
"code": "[Request ID: 923d45806d831583] Server Error: Uncaught Error: Invalid redirectTo URI http://localhost:8081",
"trace": "Uncaught Error: Invalid redirectTo URI http://localhost:8081\n at redirect (../../convex/auth.ts:40:6)\n at redirectAbsoluteUrl (../../node_modules/@convex-dev/auth/dist/server/implementation/redirects.js:8:4)\n at <anonymous> (../../node_modules/@convex-dev/auth/dist/server/implementation/index.js:183:36)\n at invokeFunction (../../node_modules/convex/src/server/impl/registration_impl.ts:79:2)\n at invokeHttpAction (../../node_modules/convex/src/server/impl/registration_impl.ts:422:0)\n at q.invokeHttpAction [as invokeHttpAction] (../../node_modules/convex/src/server/impl/registration_impl.ts:448:9)\n at <anonymous> (../../node_modules/convex/src/server/router.ts:322:16)\n"
}
The issue occurs on both Expo Web and Android (not tested on iOS).
The text was updated successfully, but these errors were encountered:
When running the code from the expo-convex-auth repository or following the convex auth documentation with Expo to set up OAuth with Google Sign In, I get the following error when clicking the Sign In button:
The issue occurs on both Expo Web and Android (not tested on iOS).
The text was updated successfully, but these errors were encountered: