
Dear all,
I recently encountered an issue with Oauth.
For creating new users, it works fine. However, when logging in to an existing user (I had already previously signed up with Oauth), it gives me this error:
URL:https://cloud.appwrite.io/v1/account/sessions/oauth2/google/redirect?state=...
Body: {"message":"A user with the same id, email, or phone already exists in this project.","code":409,"type":"user_already_exists","version":"1.6.2"}
I believe this is an error that was not present in the past, as I was able to login with Oauth without issues.
I am calling the Oauth as follows:
const handleGoogleSignIn = (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => {
e.preventDefault()
account.createOAuth2Session(OAuthProvider.Google, redirectUri, redirectUri);
}
Recommended threads
- Email Verification Email
Hi everyone, I’m currently experiencing an issue with the email verification functionality. When I trigger the verification, the request returns a valid respon...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
