RTE Media Src empty after upgrade to 8.1 when fetching with API
Hi people
I have created a content api where I fetch all properties from all my pages. It worked fine, but then I upgraded from 8.0.2 to 8.1, and then in my Rich Text fields all the media src url come out different. Right now I'm just playing with the Umbraco Starter Kit
If I look in source in the RTE the tag looks like this:
Did you find a solution? I'm facing exactly the same problem in a brand new installation (v8.3).
I did use Clean Starter Kit, but I don't think that has something to do with it
RTE Media Src empty after upgrade to 8.1 when fetching with API
Hi people
I have created a content api where I fetch all properties from all my pages. It worked fine, but then I upgraded from 8.0.2 to 8.1, and then in my Rich Text fields all the media src url come out different. Right now I'm just playing with the Umbraco Starter Kit
If I look in source in the RTE the tag looks like this:
If I render out inside a Razor view template it works fine.
But If I try and render out from Umbraco API like this:
Both
SourceValue
andValue
(whether I useTemplateUtilities.ParseInternalLinks
or not) both return this:So my src attribute has been changed to only querystrings.
I don't know how to troubleshoot here. I really could need some help into which direction I should look.
I just upgraded Umbraco through NuGet :)
// Peter
Did you find a solution? I'm facing exactly the same problem in a brand new installation (v8.3). I did use Clean Starter Kit, but I don't think that has something to do with it
Just found out that there is already a fix in next release (8.4). But you can update Rte.cshtml like explained here: https://github.com/umbraco/Umbraco-CMS/issues/6721#issuecomment-546309669
is working on a reply...