diff --git a/authentik/core/apps.py b/authentik/core/apps.py index 9042069e6..072e59a9e 100644 --- a/authentik/core/apps.py +++ b/authentik/core/apps.py @@ -11,7 +11,7 @@ class AuthentikCoreConfig(ManagedAppConfig): label = "authentik_core" verbose_name = "authentik Core" mountpoint = "" - ws_mountpoint = "authentik.outposts.urls" + ws_mountpoint = "authentik.core.urls" default = True def reconcile_load_core_signals(self):