``` pls check and help me to get the error i have a basic layout to validate the user with email address.
account.create() should throw an exception if a user with the same email already exists. are you not seeing that?
no actually its not throwing any exception?
even in the debug console?
from your code for creating the account, it doesn't look like you're handling any errors.
how do i handle error ?
Catch the error and then do something with it
Recommended threads
- [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...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...