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
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- TLS provisioning failure for custom doma...
Hi Appwrite team, we’re using Appwrite Sites and TLS provisioning for our custom domain fails. Domain: somnara.app Error: Failed to create TLS subscription –...
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...