Why is the Storj Web Dashboard Showing a Black Screen?

Hi everyone,

Iam trying to access my Storj web dashboard, but it keeps showing a black screen instead of loading properly. I have tried clearing my browser cache, switching to a different browser, and even accessing it from another device, but the issue persists.

Is this a known problem? Could it be related to my node setup, browser compatibility, or a recent Storj update? Any troubleshooting tips or fixes would be greatly appreciated. Thanks in advance!

Hello @xirawa,
Welcome to the forum!

Do you trying to open a dashboard on the same device, where is node running?
If so, please make sure that the container is not restarting.

docker ps

Also, please check logs for errors:

docker logs storagenode 2>&1 | grep -E "FATAL|Unrecoverable" | tail

Please show your docker run command here between two lines with three backticks like this:

```
docker run ... \
-p 28967:28967/tcp \
-p 28967:28967/udp \

```

You may mask the private information.
Also please show last lines from your logs, preformat them the same way and post them here.