Ask a Question
Password Reset
over 2 years ago by Eva Ramirez
I am currently trying to get the password reset working, but when calling BeamContext.Api.AuthService.IssuePasswordUpdate(...) (or Services.Auth.IssuePasswordUpdate(...) from a micro service) I get this error from the server:
{
"status": 500,
"service": "accounts",
"error": "InternalError",
"message": "[Ljava.lang.String;@be8196f (of class [Ljava.lang.String;)"
}
It seems there is some problem with the error message, so I have no idea what could be wrong