Please I need help to fix this issue
I'm testing my signup form and on submit I get this error message on the console:
POST https://cloud.appwrite.io/v1/account 400 (Bad Request)
createUserAccount @ api.ts:9
onSubmit @ SignupForm.tsx?t=1713031374242:41
Show 26 more frames
I tried cross-checking the document and followed through by ensuring I have the correct projectID and the endpoint but still facing the same error. I have attached screenshots of the endpoint, api.ts, the error on the console, and the submit form function.
TL;DR
Developers are experiencing a 400 (Bad Request) error when testing the signup form on their appwrite client. The issue may be due to the order of parameters userId, email, password, name instead of userId, email, name, password. Double-check parameters and setup in the appwrite client to resolve the error.