I am facing an issue since morning, I cannot login...
# support
d
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 ?
Blank page
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 ?
I fixed the issue by upgrading the storage for
/dev/xvda1
and running
sudo ./install.sh
p
@Divyanshu Negi 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.