Site only displaying HTML text #652
-
I am hosting over Docker currently. I followed the instructions exactly as they are in the readme. The only thing I changed was the port that it is served over. I'm lost as to what the issue could be currently. I was thinking maybe there's something wrong with the assets but that file came empty by default so I'm not sure. If anyone has any guidance or needs more information from me I'll gladly add whatever is needed to help. My Docker is running on a Windows 11 computer and I have WSL enabled. Glance is running on Ubuntu over WSL. From what I can tell the container sees the files in their respective folders. Everything is being served over my TailNet. I've done this already with Vaultwarden and had no issues with that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey, which URL are you accessing Glance from? Is there anything after |
Beta Was this translation helpful? Give feedback.
Ah, I see. By default Glance expects to be running on its own subdomain rather than under a path, though you can change this in the config:
That should fix the issue.