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
- Error connecting to my GitHub repository
Nothing happens when I try to connect my GitHub repository, but when I try from “Create site,” I get a 500 error.
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...