I'm using Authentik v2024.2.1 and everything seems to be working with an exception of Traefik's dashboard -> Traefik's dashboard Host configured with a domain + PathPrefix. When I try to access https:///dashboard I get Authentik branded page with "Not Found" on it. And if I comment out "traefik.http.routers.authentik-rtr.rule=Host(authentik.$DOMAIN)", Traefik's dashboard works.
I've updated the guide, but instead of residing on a path, I chose subdomains. @habr05 did you get this fixed or are you still running into it on the latest version?
I'm using Authentik v2024.2.1 and everything seems to be working with an exception of Traefik's dashboard -> Traefik's dashboard Host configured with a domain + PathPrefix. When I try to access https:///dashboard I get Authentik branded page with "Not Found" on it. And if I comment out
"traefik.http.routers.authentik-rtr.rule=Host(
authentik.$DOMAIN)"
, Traefik's dashboard works.What am I missing?