BUG? Umbraco 16.3.4. RTE doesn't respect UmbracoCssPath

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.

image

Is this a bug or have I missed something?

If you restarted the site after updating the config then I’d report it as a an issue, these are good reproduction steps :+1:

Hi Sebastian

My client noticed this on Cloud development site and I noticed that it was the same locally so I’ll create a bug ticket :slight_smile: