I have a k8s ingress set with a path to `/auth`. I...
# ory-selfhosting
p
I have a k8s ingress set with a path to
/auth
. I can tail the kratos logs and see connections getting through. All URLs are giving me 404 though. Any thoughts on debugging this?
Copy code
~$ curl -k -H 'Accept: application/json' https://[URL]/auth/self-service/login/browser
404 page not found