
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
- Issue while signing up.
Hey, I’m running into an issue right after the setup. I followed the setup instructions and ran `docker compose up -d`, and while the local server seems to be r...
- Cannot resolve server
Greetings! Is this a known issue at this time? Cloudflare reports likewise. Please advise, thank you!
- Appwrite Datetime Fields Display as "N/A...
I'm facing an UI issue on appwrite's collection documents list. A related question is opened by me on stackoverflow. https://stackoverflow.com/questions/796559...
