Hey,
I have been facing this issue on one of the projects in appwrite cloud
I am sure that it is a bug because i have the exact same setup on another project and i don't see any issues.
This is happening only while creating a user using account.create()
I have used ID.unique()
I tried custom id generated logjc as well but still get the same error
This is critical, please help
check appwrite console
Check how many users there are and whether their email addresses or phone numbers have the same value as the user you entered.
I have 23 users. There is no match with any email addresses or phone numbers
I have tried multiple times with dummy entries as well
I am able to create the same user on console but through account.create() it fails
Can I see some code for your account creation?
Recommended threads
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...