-
Notifications
You must be signed in to change notification settings - Fork 83
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
ERR_TOO_MANY_REDIRECTS chrome Error #135
Comments
Are you able to capture a network trace in chrome starting from the first request and a few after? This should show us what exactly it's looping on redirects. |
Here's a good site that explains how to capture a HAR file out of chrome: https://support.zendesk.com/hc/en-us/articles/204410413-Generating-a-HAR-file-for-troubleshooting |
Hi, I deployed the application on IBMCloud Private instance, and I can see ERR_TOO_MANY_REDIRECTIONS as well, |
Sorry for the delayed response, I've been out on vacation, but back now and happy to help you resolve this issue. The HAR file is definitely weird, it's not how I would expect the application to behave. Are you able to tell me anymore about the environment this is deployed to? Is there a load balancer or other service sitting in front of the kafka-webui service? |
when trying to use start.sh from the release bin package, the app is up and running but chrome is showing this error message ERR_TOO_MANY_REDIRECTS when using sslrequire true in the config file
The text was updated successfully, but these errors were encountered: