AntiPattern
Routing and Redirect Loop
redirect-loop-from-mismatched-routing
Mismatched routing/URL handling (HTTP vs HTTPS, router base/dest rewrites, reserved paths, and missing backend 404 forwarding) can cause clients to follow redirects repeatedly or miss the intended route, yielding net::ERR_TOO_MANY_REDIRECTS and broken navigation.