Kramer
Kramer

Reputation: 1058

How can I fix Chrome infinite redirect?

I am running Chrome 74 on Mac OS X 10.13.3.

I am doing some development locally, and a server misconfiguration caused a redirect on localhost:4503/content-path.html. I fixed the issue with my server and I am not seeing the infinite redirect issue in Incognito mode or in Firefox.

I cleared all the site data associated with localhost (cookies, cache, etc).

I also tried to clear the DNS cache at chrome://net-internals/#dns.

No luck.

Any help would be appreciated. Thanks!

Upvotes: 0

Views: 554

Answers (1)

Kramer
Kramer

Reputation: 1058

I had an Chrome add on that was using redirects improperly. I disabled it and Voila! It works.

(Was a little confusing because the redirects in my server occurred at the same time that the add on started acting strangely).

Upvotes: 1

Related Questions