Hi,
We create a new tenant based on the existing working one, in the new tenant when clicking on the connection->database->" Username-Password-Authentication" and “Try connection”, I’m getting an error saying
==
{
“error”: “access_denied”,
“error_description”: “Key must be a buffer”
}
It is a new tenant we just copy from the other working tenant and I do the same, the working tenant show the Auth0 signup screen which is normal.
I have no idea why I keep getting that error if I try to connect to my app and it shows me the error below and made me believe something related to the permission that is not set up right in this tenant.
====
error: “access_denied”
errorDescription: “Service not found: https://myapp.com/test”
state: “vNFsDeQMPRnHLw7XwhdDaPdtoT_kTJya”
Could someone give me some ideas or knowing what is wrong?
Thanks for the help.