are you able to check the request body setn to Appwrite?
maybe using the dart dev tools' network inspector?
maybe it's from the flutter sdk, I have not tried with command line
ya so this is the same payload as mine
what version of the flutter SDK?
i have to mention that i integrated sms auth with twilio, thats how i got into this bug because i tested with my number, but i removed it and the bug still persists
appwrite: ^9.0.1
I just upgraded to 11.0.0 and still the same error
even in the dashboard it shows this error, try to create a user with phone number
sorry im stil not able to reproduce π§
sorry, in the dashboard it's not a bug, a user already had that number
i can give you a project in flutter if that helps
actually i think i know what's going on....
what? i am very curious
you said it's only happening when logged in with a particular user. that user has a phone number, huh?
yes
ya...that phone number is being used for the new account...
so it's a bug
ya. you should be able to get around it by logging out before creating a new account
i will try that
any idea when it will be fixed?
not soon
ok, thanks, at least the mystery is solved
Recommended threads
- Batch Size of Bulk Operations
Is there any way to increase the Batch Size of Bulk Operations on Appwrite Self Hosted? When I try to perform more than 100 operations per batch, I get the foll...
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...