I am trying to setup OAuth and this would be my configuration on Google:
My OAuth Link:
TypeScript
"https://accounts.google.com/o/oauth2/v2/auth?
client_id=(client_id)
&redirect_uri=(redacted)/v1/account/sessions/oauth2/callback/google/67405f7900136a143b8c
&response_type=code
&scope=openid%20email%20profile
&access_type=offline"
The error I get is: project_invalid_success_url
TL;DR
Developers set up OAuth configuration with a specific redirect URI but faced the error "project_invalid_success_url" from Google. The issue may be due to an incorrect success URL. Double-check the URI in the OAuth link matches with the one configured on Google’s OAuth settings for this project. Make sure the redirect URI is properly encoded and matches exactly.Recommended threads
- 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 ...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...