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:
However, the datatype configuration looks correct:
This cannot be reproduced on a fresh install of V14. The stylesheets are loaded correctly here:
...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
Create a V13 setup containing an RTE configured with stylesheet(s).
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:
However, the datatype configuration looks correct:
This cannot be reproduced on a fresh install of V14. The stylesheets are loaded correctly here:
...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
Expected result / actual result
No response