Closed instantdreams closed 1 year ago
@instantdreams Is this issue happening on all four of your machines?
I am not able to replicate this on my end.
Also can you also share the details regarding which browser was used? Did you try with multiple browsers (if you did please mention the names too)?
It's happening on all four machines.
I've tried with latest Chrome and latest Firefox.
@instantdreams as @RazCrimson i can not reproduce the issue on my side.
Can you please try to clean your browser cache (using CTRL+F5) ?
If it did not work, edit your docker-compose.yml file in order to enable the debgug mode:
GLANCES_OPT=--webserver --config /glances/conf/glances.conf -d
Then restart the container and pastebin us the glances.log file.
Thanks !
Will do.
I fully refreshed an instance of Edge and all four work now!
Here's the log from one of them: https://pastebin.com/4rv5ieRn
I think this issue was caused by shifting from image joweisberg/glances to image nicolargo/glances.
Lesson learned, fully refresh the browser with ctrl+shift+r after any significant update.
I am having the same issue, tried to reboot the server several times, cleared browser cache, tried on several browsers.
I can access the api, it returns data, but not the main page.
I am having the same issue, tried to reboot the server several times, cleared browser cache, tried on several browsers.
I can access the api, it returns data, but not the main page.
I've switched to a docker container, now it is running well.
Describe the bug Starting the docker container results in a running container, but accessing the server web page at
http://[server]:61208/
results in a blank web page with the following HTML:To Reproduce Steps to reproduce the behavior:
Create a docker-compose.yml file with the following content:
Create a .env file with the following content:
Launch container with the following command:
Expected behavior The Glances webserver to render a web page with full monitoring details.
Screenshots n/a, text is more suitable and can be indexed and searched.
Desktop (please complete the following information):
Additional context I have four headless servers running versions of Debian:
Here are their relative operating systems:
Docker volume bind mounts:
Glances version:
Log file:
Issue checked:
Running this without a conf file or with a conf file results in the same result. I've read the documentation, and I've searched the Google Groups and github issues with no significant luck.
What am I missing?