Hi all, I am a new user to appwrite. I have just setup appwrite on my PC and was trying to create a new user using the Accounts API POST method as mentioned in the appwrite docs here https://appwrite.io/docs/client/account?sdk=rest-default#accountCreate . Whenever I try to do so I get an HTTP 400 Bad Response from the server as shown in the image. The message says that my password is invalid, but apparently i don't see anything wrong with the password i am trying to set. Is there anything I am missing here?
It looks too short
Oh ok. I am very sorry. It's my mistake. Actually I intended the string written in the name field to be the password. I flipped the contents of the name and password fields.
It works fine now:
Thanks!
[SOLVED] Cannot create a new user via the REST API.
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something