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
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! π We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...