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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...