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
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...