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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- 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...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...