
i'm using OAuth. and when trying logging in, i'm getting this user_email_already_exists
error. it's true that i had an account with the same email i'm trying to use. but i deleted it from the console like an hour ago for testing purpose. and besides, even if the console have an existing account with the same email, isn't it supposed log the user in instead of showing this error?
Appwrite: Cloud Stack: NextJS@14 OAuth Provider: FB, Google and Apple are enabled. but i'm trying Google when getting this error
lmk if u need any more info to debug this

The identity may be linked to someone else already

You can use the CLI to make the users.listIdentities()
call to find out

i can see the identifiers in the console. are they the same that users.listIdentities
will return? and about the identifiers i see in the console, none of em matches with the email/phone that is assigned to the google account which i'm using to login
Recommended threads
- TableDB.getRow() response does not conta...
This is for Web/React sdk 20.0.0 The row was created via `TableDB.createRow(...)` and I can see it in the console with the relationships correctly set. In the c...
- Looking for FullStack Developer
I'm looking for FullStack Developer who is passionated about both Frontend and Backend. If you are interested, please DM me. Thanks.
- Asynchronous Function Execution via Func...
Hi everyone, Is there a way to call a function via its function domain URL with async execution set to true?
