When I try to run the following I'm getting an error from Google:
TypeScript
account.createOAuth2Session(
"google",
"http://localhost:5175",
"http://localhost:5175/failed"
)
}
Any idea what I'm missing or how I can debug? My app is currently being verified by Google (i.e it's not in testing mode).
TL;DR
Developers are facing an OAuth Redirect URI Mismatch error when trying to run Google sign-in due to incorrect URI configuration. To resolve this, ensure that the redirect URIs in the Google Cloud Console match the ones used in the code (both http://localhost:5175 and http://localhost:5175/failed). Additionally, verify that your app status in Google is set to testing mode during the verification process.Recommended threads
- Backup policies think im on free tier
Cant create more than one policy as im told to ugprade, when clicking upgrade im taken to the upgrade page which confirms im already on pro
- Cant get rid of "get started"
Not that important, but annoying. No matter what I do I cant get the "Get started" to go away, ive added a bunch of web platforms and its just stuck.
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...