Too many redirects error (ERR_TOO_MANY_REDIRECTS): what it means and the fastest fix
“Too many redirects” usually means a redirect loop (A→B→A) or a chain that never stabilizes (http→https→www→slash…). This guide shows the 10-minute diagnosis, the common root causes (cookies, host canonicalization, trailing slash, locale redirects), and the clean fix pattern for SEO + Next.js/Vercel.