Error Loading Configuration #27
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
Pending
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Public/ditdashdot#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey there! Love the idea! It looks great! I have an app that allows people to automagically port their homelab configs to different dashboards and am excited to add this to it!
I have set up 100's of docker compose projects, so I am not a newbie, but I have been known to be an idiot once in a while so this might be on me....
I followed the exact steps (create the dir, wget the compose file, sudo docker compose up -d) and it started fine. But when I try to use the config pages (.../config) I get a pupup in the bottom left that says Error Loading Configuration.
I have verified permissions, checked that none of the ports are already allocated, etc. Still nothing. Logs show that the db is up and communicating. API is responding, webapp loads fine. But I cannot make any changes.
Any ideas? Thanks!
Thanks for opening the issue. I have seen this recently with my testing, specifically accessing the config on a different machine that is not the one running the container.
I just released version 2.1 which should fix that, plus add some easier access to the config page.
If you're using the :latest tag docker images, you can update by:
docker compose downdocker compose pulldocker compose up -dLet me know if that fixes your issue,