Replies: 2 comments 12 replies
|
Hmm no this didn’t change. Did you try checking that the image is ‘visible’ inside the container? how do you have it mounted into the container? Also would try completely removing and re-creating the container |
|
I can see the image from inside the container. I also tried changing it by deleting the old one and placing a new one with a different name. I also changed the file type from ico to png and even svg. I could see that fine from within the container also. I have the following bind points in the container compose file: and the favicon is inside the images folder. I also tried docker compose up -d --force-recreate to create a fresh container to no avail. Whenever I load the page in an incognito window, this is what I get in the html header: |
Uh oh!
There was an error while loading. Please reload this page.
Description
First I must thank you for this great app. It has become a must in my homelab.
I am not really sure when it started but i am guessing after version 2. What I have noticed is the custom favicon set in the settings.yaml file, whether a local file on one off the web, is ignored and only hompepage.ico is served. I found this through the browsers web inspector in incognito mode.
I am sure it worked before because any old tab that is still open has the correct favicon.
Maybe things changed in the new version, any help as to how to get it working or how to troubleshoot would be greatly appreciated.
homepage version
v2.1.0
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Troubleshooting
I have not changed my mappings for /images folder, which still works for app icons so I am at a loss as to what to do here.
All reactions