The graphical part of the server stops displaying. #2213
Unanswered
Alexandr-Falcon99
asked this question in
Support
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
The Beszel server side display periodically becomes unavailable.
That is, messages from the server arrive, but when I try to open http://ip-beszel-server:8090/, the server page doesn't open and returns
ERR_EMPTY_RESPONSE.Only a server reboot helps.
When checking with
sudo /opt/beszel/beszel health --url http://127.0.0.1:8090/, I get an 'ok' response.The service port is open:
When checking with curl, I seem to get a normal response:
What could be the cause and how can it be resolved without restarting the entire server?
P.s. The server is installed as a standalone service. UFW inactive.
All reactions