-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Docker - 401 Unauthorized at 9088 port #84
Comments
You should look at the request the proxy posts to the actual HOMER API and investigate the real fault there. |
How can i do that? When i access the proxy from 8765 its working fine, and when i access the viewer the logs i see from the docker-compose doesn't alert on any issues |
When i access from 8765 the port of the proxy its requires me to login and then shows me the home dashboard When i access from 9088 the port of the viewer, from tcpdump i can see the viewer is not even using the proxy and try to access with itself to homer with port 9088 |
I think there is a configuration problem with my view-config.js Is this a correct configuration?
|
Hey, im using the docker from example directory as follows
proxy-config.js
and default view-config.js as placed in example directory
First of all the opened ports are 8765 and 9088
8765 is working fine
9088 shows this
and in web console says 401 unauthorized and "login required"
The text was updated successfully, but these errors were encountered: