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
- proccessing problems
A database schema operation is stuck in my Frankfurt project. In the matryq database, the workspaceId attribute of the coaching_activity_entries collection rema...
- User column is processing
I am still encountering the processing tag after creating a column in my database. and its not a network or refresh issue, i have refreshed over and over, shutd...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...