[SOLVED] LOG [AppwriteException: Invalid email: Value must be a valid email address]
- 0
- Android
- Accounts
- Web
- Users
password problem
i gave 9 chars but even it is invalid
please reply
Seeing
kk
Are you sure everything is placed in the correct order?
Not only email, everything, like I've specified
I think you have the user name, as the password
the order is this right..
{"$createdAt": "2023-05-20T04:59:55.195+00:00", "$id": "2e01e8d9-e77b-49ab-93e2-b44351aac5bc", "$updatedAt": "2023-05-20T04:59:55.195+00:00", "email": "walterobrian@example.com", "emailVerification": false, "name": "Walter o'Brian", "passwordUpdate": "2023-05-20T04:59:55.194+00:00", "phone": "", "phoneVerification": false, "prefs": {}, "registration": "2023-05-20T04:59:55.194+00:00", "status": true}
even if i give different values for name and password it's giving same error
And if you use 10 characters with 1 letter and symbol?
Maybe you're not meeting the password policy set
password required string
New user password. Must be at least 8 chars.
Make console.log(user.password) inside the account.create function
And send what the console shows
And what's the code for that?
(the account.create code)
thank you D5
you told me the correct sequence and order but i mistakenly did unordered
that was my mistake
π
Oh, perfect then, I thought there was any conflict with something else
[SOLVED] LOG [AppwriteException: Invalid email: Value must be a valid email address]
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...