Error signing up user using web sdk. Error target is Missing required parameter: "phone"
- 0
- Users
- Accounts
- Web

Hello, I am using the attached code to signup user on the web using the appwrite web sdk. I noticed whenever a user signup the user data get submitted to my appwrite cloud dashboard, but afterwards a console error do appear which is "Error signing up: AppwriteException: Missing required parameter: "phone" . See attached screenshot for reference.

First thing I notice here is your call to account.create()
- the fourth parameter should be name, and there’s no phone
parameter

Then, in the updatePhone()
and updatePassword()
functions, there should be only two parameters - neither function takes the userID as a parameter

And why are you resetting all passwords to “newpassword” for every user, right after they’ve set their own anyway?
Recommended threads
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
