The /api/auth/authentik endpoint is a server redirect, not a Nuxt route. Changed from navigateTo() to window.location.href for proper HTTP redirect.
The /api/auth/authentik endpoint is a server redirect, not a Nuxt route. Changed from navigateTo() to window.location.href for proper HTTP redirect.