ServerChrome · Edge · Firefox
ERR_TOO_MANY_REDIRECTSToo Many Redirects
The server kept redirecting you in a loop. Chrome stopped after hitting its redirect limit (usually 20 hops) to prevent an infinite loop.
Why this happens
- HTTP → HTTPS redirect misconfigured to loop back to HTTP
- www vs non-www redirect misconfigured
- A cookie or session is causing an authentication redirect loop
- CDN or proxy redirect rules conflict with the origin's own rules
- An expired or corrupted cookie is triggering constant redirects
How to fix it
- 1
Clear all cookies for the site and try again
- 2
Try in a private/incognito window
- 3
Try the www or non-www variant of the URL
- 4
Try adding or removing "https://" manually
- 5
If you manage the site, check for conflicting redirect rules in nginx/Apache/.htaccess
Diagnose it faster
Use our free tools to check whether the issue is on your end or the server's: