Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many redirects error in browser #11

Open
johann-petrak opened this issue Feb 13, 2020 · 2 comments
Open

Too many redirects error in browser #11

johann-petrak opened this issue Feb 13, 2020 · 2 comments

Comments

@johann-petrak
Copy link
Contributor

johann-petrak commented Feb 13, 2020

Got this when running mimir 35bedb9 using ./grailsw run-app inside webapp/mimir-cloud, both in the most recent Firefox and Chrome browsers.
It looks like this is somehow related to cookies and authentification and in my case it happened when going to the mimir web page again after restarting the mimir server (e.g. because of an out of memory problem).

In Chrome the exact message was
"This page isn't working" localhost redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS

After clearing all cookies (which was possible in my case because that Chrome instance is only used for mimir, but not a good solution in general) it worked and I got the login screen.

For this I was using Grails version 4.0.1 and Java version 1.8.0_242

@greenwoodma
Copy link
Contributor

greenwoodma commented Feb 13, 2020

Can you reproduce it with the developer tools open in chrome on the network tab so you can see exactly what is redirecting where?

@johann-petrak
Copy link
Contributor Author

Will do when it happens again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants