I'm building a multi language app. I call this function: await account.create(ID.unique(), email, password);
two use cases are wrong params for account creation. i get these responses:
Invalid email
param: Value must be a valid email address
type: general_argument_invalid code: 400
Invalid password
param: Password must be between 8 and 265 characters long, and should not be one of the commonly used password.
type: general_argument_invalid code: 400
a) is there an option to pass language to appwrite functions to get error messages in all languages? b) can there be returned unique codes, so one code correspond to one error message c) how else can i translate this?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...