After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL"
"Your OAuth login flow is missing a proper redirect URL. Please check the OAuth docs and send request for new session with a valid callback URL"
My Google OAuth2 is well filled on Appwrite
To help you, here is the URL: "https://example.com/console/auth/oauth2/failure?error=%7B%22message%22%3A%22A+user+with+the+same+id%2C+email%2C+or+phone+already+exists+in+this+project.%22%2C%22type%22%3A%22user_already_exists%22%2C%22code%22%3A409%7D#"
Seems broken only for existing user
Recommended threads
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?