-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard is empty. #97
Comments
Aw heck. Uh. 🤔
Are you able to view the logs? I believe that version displays "SSE Event" in console before the cards appear. The dashboard uses htmx, the htmx server-side events extension, and displays images that are being stored on github. Try clearing browser cache or using a private window. Possibly a different browser. |
@lllllllillllllillll thanks for checking in. (and really nice work on dweebui, btw!) I viewed the docker logs and syslogs in the dweebui panel. Both look normal and show no errors. I did the following with the following results:
Update... (see video below)So oddly, while I was writing this, it loaded... but it has about 6 duplicates of every container. Instead of the 30 that are running it looks like nearly 200 cards... And about 20 errors in the console. My guess is that this is causing the issue as it's trying to load too much data or stuck in a loop... Some of the console errors
and
The endless scrolling of container cards...DweebUIScreenRecording.mp4 |
Thanks for all the information. It helps a lot. I'm thinking I need to add a toggle in preferences to hide your name from the dashboard as well. My next release has a lot of huge improvements, which should avoid this, but it's far from functional at the moment. I'll see how much I can get done tomorrow. |
@lllllllillllllillll Thanks again for the follow up. I do have a container named Jitsi, (it's a self hosted zoom alternative for a small volunteer group I'm a part of.) I'm sure it's my setup that is somehow causing these issues, since it worked perfectly on the first server. I'll wait patiently for the next release and try again. If you have any further questions or additional suggestions let me know, I'm willing to help troubleshoot, but also appreciate the help you have already provided. Cheers! |
In case it's helpful, here's the entire console log of errors after about 10-15 minutes. dash.sub.domain.tld-1722184662481.log It seems like the issue is the name of the following containers. (Perhaps it's the . in the container name?)
But I've stopped the stack containing those containers and it doesn't make a difference. |
I just pushed out a new docker image that shouldn't have this issue: v0.7X-dev (Extra Broken).
*Make sure its all on one line |
I'm not sure what I did but my dashboard is empty after migrating my server to a new VPS.
I installed all containers from scratch but rsync'd all the persistent data from server 1 to server 2.
On server 1
I could see all containers on the dashboard as well as the networks and volumes and images.
On server 2
I can see the networks, volumes and images, but nothing shows up on the dashboard. Any help would be appreciated.
Things I've tried:
Any help appreciated!
The text was updated successfully, but these errors were encountered: