I think you should send your obejcts.value As such
TypeScript
const promise = users.create(
ID.unique(),
email.value,
password.value,
name.value
);
TL;DR
The user had an issue with an invalid email but managed to solve it on their own. The solution involved passing the value of an object as an argument to a function.Id kiss you if it was not weird lmao
So it created an account but did not put the name
Do I just need to do null
GOT IT NVM
[SOLVED] Invalid email
Recommended threads
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?