mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 15:16:50 -05:00
[BUG] BASE_PATH is ignored by icon URLs #8
Reference in New Issue
Block a user
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?
Originally created by @Racle on GitHub.
Before submitting a bug report, I have:
What is the behavior?
When setting
BASE_PATH=/cleanuparr, icons are still loaded from root and not fromBASE_PATHand they are not found by web server (nginx, reverse proxy).They are loaded from
https://domain.com/icons/ext/lidarr-light.svgInstead of
https://domain.com/cleanuparr/icons/ext/lidarr-light.svgSame thing for cleanuparr logo etc.
Solution:
Make UI element URLs also respect
BASE_PATHwhen loading assetsWhich operating system do you use?
Linux
What type of deployment do you use?
Docker container
Relevant log output
Anything else?
No response
@Flaminel commented on GitHub:
Thank you for reporting the issue! It's fixed in
v2.3.3.