#support

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
raised_hands1
white_check_mark1
5
6mo
Solved
Join the chat
Mar 13, 2023 (6 months ago)
Div
Photo of md5-69a12cc92bad5b259938b070788a11aa
Div
04:57 AM
I 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 ?
Image 1 for I 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 ?
white_check_mark1
04:57
Div
04:57 AM
Blank page
Image 1 for Blank page
04:59
Div
04:59 AM
Filesystem 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
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
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.
raised_hands1