Login Issue with Signoz Dashboard and Docker Storage Resolution
TLDR Div faced an issue logging into Signoz dashboard, discovered full memory usage. Resolved by upgrading storage for /dev/xvda1
and running sudo ./install.sh
. Prashant acknowledged resolution.
Powered by Struct AI


5
6mo
Solved
Mar 13, 2023 (6 months ago)
Div
Div
04:57 AMI am facing an issue since morning, I cannot login into my Signoz dashboard, its showing not found on a black page, on checking the docker, its showing status is running. how to debug this ?

04:57
Div
04:57 AMBlank page
04:59
I just checked the memory usage and it seems the xvda1 is completely full, how to distribute this in docker ?
Div
04:59 AMFilesystem Size Used Avail Use% Mounted on
devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 3.9G 407M 3.5G 11% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/xvda1 8.0G 8.0G 20K 100% /
tmpfs 782M 0 782M 0% /run/user/0
tmpfs 782M 0 782M 0% /run/user/1000
I just checked the memory usage and it seems the xvda1 is completely full, how to distribute this in docker ?
06:41
Div
06:41 AM✅ I fixed the issue by upgrading the storage for
/dev/xvda1
and running sudo ./install.sh
Prashant
Prashant
07:04 AM Div Glad to know that the issue is resolved.
The black screen with "Not found" would mean that query-service is not healthy or not accessible by frontend.
The black screen with "Not found" would mean that query-service is not healthy or not accessible by frontend.

SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 825 threads (61% resolved)
Similar Threads
SigNoz Install Script Errors
Nishant encountered errors with the install.sh script. Prashant suggested using `bash install.sh` or `./install.sh` instead of `sh`.

7
5mo
Solved
Resolving Signoz Lock-up Issue on EC2 Instance
Praveen faced issues with Signoz locking up their EC2 instance. James suggested it may be a CPU issue though Praveen found out it was due to a memory issue.
4
3mo
Solved
Troubleshooting and Adding Log Files to SigNoz POC
Noor has requested help with incorporating log files into their SigNoz POC. In collaboration with vishal-signoz and nitya-signoz, they managed to successfully setup and resolve their issues.
115
1mo
Solved