Pattern
Auth Routing Redirect Loop
auth-guard-redirect-loop
Auth-gated routing sends clients to paths that match the same guard/redirect rules again (e.g., /amdin→/admin/*→back), so navigation repeatedly bounces until ERR_TOO_MANY_REDIRECTS, breaking migrations and protected endpoints.