-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[BUG] externalStyleSheet not loading. #1888
Copy link
Copy link
Closed
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working🛩️ Released 3.2.3Included in release v3.2.3Included in release v3.2.3
Metadata
Metadata
Assignees
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working🛩️ Released 3.2.3Included in release v3.2.3Included in release v3.2.3
Projects
Status
Done
Environment
Self-Hosted (Docker)
System
Firefox 141, Chrome 138
Version
3.1.1
Describe the problem
I set my externalStyleSheet in my conf.yml, but it doesn't seem to be loading in any way I can see, or applying any styles.
In my conf.yml I have:
externalStyleSheet:
- "https://<MYDOMAIN>/custom.min.css"I have tried non minified versions and loading from relative path, neither change anything.
I was able to get the customCss setting to apply the style, so I know the CSS is correct.
The documentation for this feature refers to a file called ThemeHelper.js, but the link is to a file that doesn't appear to exist anymore. Interestingly, the file does exist in run_as_non_root branch. Was it mistakenly removed from the master branch?
Additional info
Side note: The documentation also lists a string as a valid value, but the config schema only allows for an array, perhaps remove the string example or update the schema?
Please tick the boxes