404 error on new /icons/pointer.svg

Running via docker compose, didn't touch mounts (- ./homarr/icons:/app/public/icons), uploaded an svg, chowned it to root:root because that's how homarr runs. I can see it in the container: -rwxr-xr-x 1 root root 612 Jan 14 22:05 pointer.svg with docker compose exec homarr ls -la /app/public/icons In the dashboard I set the icon's location as /icons/pointer.svg and it's not loading. If I just append the path to the svg to the domain name, I get a 404 error back. Not a permission issue. Not a typo, file exists. Not a path typo. I did restart container after adding the icon. Can't debug what next is doing internally when asked for that file since there's no logs. 🤦‍♂️ Any clues?
Solution:
Mmmmkay I guess you have some process that runs that didn't? After I don't know 6-7 --force-recreates and permission changes, while I took the time to write up the bug report above it just automagically loaded the icon on a refresh. No, it's not a browser cache, I was doing curl -v as well....
Jump to solution
3 Replies
Cakey Bot
Cakey Bot2w ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Solution
abottabeaDr
abottabeaDr2w ago
Mmmmkay I guess you have some process that runs that didn't? After I don't know 6-7 --force-recreates and permission changes, while I took the time to write up the bug report above it just automagically loaded the icon on a refresh. No, it's not a browser cache, I was doing curl -v as well.
abottabeaDr
abottabeaDrOP2w ago
Need to get logging going!

Did you find this page helpful?