dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Showing blank screen on intial run

Open thejezzi opened this issue 3 years ago • 2 comments
trafficstars

When I use the docker image, I just get a white screen and the browser console tells me that "items" must not be undefined in select.tsx.

My data folder is completely empty, so it should show only the greeter right?

image image

thejezzi avatar Mar 22 '22 16:03 thejezzi

This has to do with #62 apparently.

Copy themes.json and greeter.json from https://github.com/phntxx/dashboard/tree/master/data into your data directory, that fixes this for me.

NanoSector avatar Mar 25 '22 18:03 NanoSector

@NanoSector @thejezzi copying themes and greeter from the repo do not fix the issue for me. Still looking at an empty white screen and see the following errors in console: image

~Looks like there is an issue serving up static assets.~


I'm using syncthing and it turns out the new files just hadn't been synced back to my server before recreating the container. Now, we're down to just these errors: image

joeyfigaro avatar Nov 20 '22 13:11 joeyfigaro