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
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Imagine bad exp
I am having very bad exp of imagine website on mobile you should guys improve it. Sorry if I shouldn't share the feedback of imagine here
- Restoring Project
Hi, I’m encountering a **“Suspicious access pattern detected”** error when attempting to restore the project. I’ve already tried connecting through different ne...