api.ts:11 POST https://cloud.appwrite.io/v1/account 400 (Bad Request)
- 0
- Databases
- Auth
- Storage
- Cloud
- Functions
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.
Not sure if this is the issue, but I believe it's userId, email, password, name.
You've got userId, email, name, password.
Can you show where you're setting up the appwrite client?
Recommended threads
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...