umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.49k stars 2.69k forks source link

RTE fails to load CSS on upgraded database #16469

Open kjac opened 5 months ago

kjac commented 5 months ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

V14 RC5

Bug summary

I have upgraded a DB from V13 to V14. One of my pages has an RTE, which in turn is configured with a few stylesheets.

When editing the page, the network traffic shows 404s for the stylesheets:

image

However, the datatype configuration looks correct:

image

This cannot be reproduced on a fresh install of V14. The stylesheets are loaded correctly here:

image

...but it looks like the RTE loads these stylesheets from the Management API (which it rightfully should), whereas the upgraded RTEs attempt to load the stylesheets directly from the server.

Specifics

No response

Steps to reproduce

  1. Create a V13 setup containing an RTE configured with stylesheet(s).
  2. Upgrade to V14.
  3. Access the content with the RTE.
  4. Check network traffic for 404s.

Expected result / actual result

No response

jmvivas commented 4 weeks ago

Same here on V14.3, upgraded from V13

404 on https://localhost:44392/cssrte

All other CSS files loading normally