OAuth2 with Nginx Ingress Controller

Hi @crafthouse
I am facing a similar problem, maybe it is the same one.

I want to authorize the user when interacts with the backend. I was able to authenticate in the frontend, but when I try to authorize in the backend I get the following error (this happens in the k8s cluster, on my local auth0 is working). Maybe it is not needed have auth0 configuration in the ingress-nginx controller, but I am not able to authorize the user in the backend because I get the following error.

TypeError [ERR_INVALID_ARG_TYPE]: The “url” argument must be of type string. Received undefined

Sorry, it is not an answer, but I think we are facing the same problem.