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
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...