
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
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
