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
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...