I’m trying to deploy Keycloak behind an Nginx reverse proxy. Keycloak inside its container is listening on 8080 in edge proxy mode. I can visit the admin console just fine. Then when I try to access the account console for the user I’m logged in with I get a time out because I am redirected to the :8080 port.
Also, when I manually edit the url to remove the 8080, then the account console tries to start up, but fails because of 403.
What gives?