Glances Widget in Docker Container not working #1483
Unanswered
James-Firth
asked this question in
Help and Support
Replies: 1 comment 1 reply
-
Hmm, could you share exactly what you see in the browser console? here's how If the URL it's making requests to is deffo correct, it sounds like either a CORS or auth issue. But I've not seen either of those on the Glances widget before. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running Dashy in a docker container and Glances on my host machine. When I load a glances widget it simply shows the default state (I know it's making requests as before I added the login info it gave a different error).
I see that Dashy makes an XHR request to
https://MYHOSTNAME/192.168.0.HOSTIP:61208/api/3/fs
(allcaps just show a redaction)The response seems to be html + JS. I get a message about needing to enable JS when I look at the response preview so I presume it's a component getting passed back to the client.
But if I visit that address myself I get a 404 and if I visit
192.168.0.HOSTIP:61208/api/3/fs
myself I see a well formed JSON response.Any ideas? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions