Hi everyone.
I’ve got a solution that implements OTP using auth0. Some days ago I started to recieve a strange error about a tenant but have not clue what’s going on.
Here’s a part of a typical log:
"error": {
"message": "error in tenant - tenant validation failed: undefined",
"oauthError": "error in tenant - tenant validation failed: undefined",
"type": "bad.tenant",
"uri": null
}
Logs are extremely weird:
Is there a way to find out what caused this issue. Thanks.