-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Which Umbraco version are you using?
16.3.4
Bug summary
We have our generated FE-artefacts under a dist-folder in wwwroot and when I change UmbracoCssPath in appsettings.json to “~/dist” I can correctly pick files from the dist folder in RTE data type.
But in backoffice on a page where we have RTE property the code tries to fetch main.css from /css instead of dist.
Specifics
Problem occurs both on my local machine and on Development site in Umbraco Cloud.
Steps to reproduce
See bug summary.
Expected result / actual result
the picked css file should be loaded from the correct path.
This item has been added to our backlog AB#62276
Reactions are currently unavailable