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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...