I have signed in using gmail on appwrite server, before it was working fine but now when I am trying to login using that email again it shows me error, 'user_email_already_exists'
Yes user email already exists and I am trying to login using google and created accont using google. Seems like its trying to creat account again and then gets this error.
Summary
The user is experiencing an error message ('user_email_already_exists') when trying to create a session using their account. The error started happening after an appwrite cloud upgrade to version 1.4.x. They are using Flutter SDK 11.0.0 and have tried clearing data/cookies from their browser but the problem persists. The issue is happening on both iPhone and Android devices. It seems to be specific to this user and occurred after updating from version 1.3.8 to 1.4.1. The user has logged in before on both Flutter mobile and React web SDKs. The platform being used is not
Drake
Admin
Sep 12, 2023, 17:36
what's the platform?
Drake
Admin
Sep 12, 2023, 17:36
do you arleady have a session when you're initiating hte flow?
corax
Rank 3: Container
Sep 12, 2023, 17:48
Using web
corax
Rank 3: Container
Sep 12, 2023, 17:49
No sessions, its empty.
corax
Rank 3: Container
Sep 12, 2023, 17:51
Using flutter sdk, same response.
D5
Moderator
Sep 12, 2023, 18:38
What's your appwrite version?
corax
Rank 3: Container
Sep 12, 2023, 18:50
1.4.1
Drake
Admin
Sep 12, 2023, 18:54
make sure you're using 1.4.2
Drake
Admin
Sep 12, 2023, 18:54
flutter web or flutter mobile. for flutter mobile is this on android or ios? have you ever logged in using oauth before?
corax
Rank 3: Container
Sep 12, 2023, 20:23
Flutter mobile sdk and React Web sdk and yes logged in before but after updating from 1.3.8 to 1.4.1, this happened
Drake
Admin
Sep 12, 2023, 21:25
So you said you've logged in before on flutter mobile. With a different user?
corax
Rank 3: Container
Sep 13, 2023, 12:37
This thing is happening for just one user.
Drake
Admin
Sep 13, 2023, 20:15
im pretty sure your browser still has a session of a user and that's what's causing the problem. can you try clearing data/cookies from your browser and try again?
fernandoxlr
Rank 2: Process
Sep 29, 2023, 14:50
Hi, I'm having the same problem, with my own account.
My account was created by using
Plain text
provider: 'apple',
scopes: ['email', 'name'],
);```
Now after appwrite cloud upgrade to 1.4.x I'm getting `user_email_already_exists` when trying create the session, on a iPhone and on a Android.