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
- 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 ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...