I am using Auth0 authentication API (Resource Owner Password- with realm).
This API has inconsistent behavior, sometimes it responds properly with the token and sometimes with following error:
{
“error”: “invalid_request”,
“error_description”: “Unknown error from provider”
}
This behavior is very frequent and user is getting error almost every second click on login, however there is no difference in the request body for 2 subsequent calls.
I have attached the screenshots for this error.
Are you using a custom DB? If so, then this error is likely associated with some intermittent connection to that DB.
I am not seeing other users experience this intermittence and there is currently no outage that suggests the API is causing the error. Can you check your logs and see what error is being thrown when this happens?
In addition to this message I sent you a DM about setting up a call.