
Creating a new account using the same email that a deleted user had gives me the error: "A user with the same email already exists in the current project."
The user/email does not exist in the Auth/Users list.
How can I fix this?

Can someone delete the lingering records in the database?
Emails:
rob@iamswitch.ca
kevin@teamspark.xyz
Project ID: spark-net-app
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
