- Detect CORS/redirect errors from Authentik and interpret them as "no session" instead of generic error - When session expires, Authentik returns 302 redirect to login which causes CORS error in fetch requests - Add /api/_nuxt_icon/ to public routes to prevent icon load failures after logout This fixes the issue where logout in Authentik showed "Error" instead of "Sin Sesión" when checking session status.