Closed avivi55 closed 3 months ago
well ... this is akward, it magically fixed itself ...
I don't know why, but I'm thankful.
What may have happened here is that you initially had it set up incorrectly and got a 404 which got cached, then subsequently kept getting served the cached 404 until that cache expired.
First of all, nice job it's beautiful.
I am using the personnaly compiled version after a git clone of the
main
branch. I also tried the precompiled binary fromrelease v0.5.0
and same problem.It worked fine on the docker version (by mounting the same directory), but I don't wish to use docker.
The problem is that the
assets-path
is shown to be correctly set, but when trying to load icons they don't show/don't exist.This is the
glance.yaml
partBut this is what I get in the glance page
I tried with an absolute path, it doesn't change anything. I compiled it an run the executable instead of
go run
, still the same.Thank you for your consideration.