I’m trying to create a email/password user but I’m always getting the following error:
“{
“error”: “password must be between 6 and 128 characters”,
“error_code”: “BadRequest”,
}”
This is my code:
const email = "test@test.com";
const password = "Pa55w0rd!";
const realmUser = await app.emailPasswordAuth.registerUser({ email, password });
Try authenticate with altas admin / Root user and then try to create user