You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: