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?
TL;DR
Developers facing a bug where creating a new account with a previously deleted user's email leads to an error. The user/email doesn't show in Auth/Users list. Solution: Delete lingering records in the database with emails `rob@iamswitch.ca` and `kevin@teamspark.xyz`.Can someone delete the lingering records in the database?
Emails:
TypeScript
rob@iamswitch.ca
kevin@teamspark.xyz
Project ID: spark-net-app
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...