Pattern
Route Prefix Mismatch Loops
route-prefix-duplication-redirect-loop
Router path prefixes and redirect targets get duplicated or repeatedly re-matched after mounting, so requests fall into self-reinforcing handler/redirect chains (e.g., /api/weather/api/weather or /admin bouncing) until they hit 404s or ERR_TOO_MANY_REDIRECTS.