- What causes ERR_TOO_MANY_REDIRECTS?
- The site sent Chrome through a loop of redirects that never ended — for example, a login page redirecting to itself, or an HTTP→HTTPS redirect conflicting with a cookie. Chrome stops after 20 redirects to prevent an infinite loop.
- Is ERR_TOO_MANY_REDIRECTS dangerous?
- No. Chrome blocked the loop before loading anything. It's a server or cookie configuration problem, not a security threat to you.
- How do I fix ERR_TOO_MANY_REDIRECTS?
- Clear your cookies for that specific site: click the lock icon in the address bar → Cookies → Remove all for this site — then reload. If that doesn't help, the site itself has a misconfiguration that only the site owner can fix.