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
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...