What src url it creates when renders on frontend?
In my case, in tinymce it looks like this
/EPiServer/CMS/Content/contentassets/en/ba918d50a4254bdb94d0c52c7c87a203/download.png,,113?epieditmode=False
and on frontend
/contentassets/ba918d50a4254bdb94d0c52c7c87a203/download.png
Hi,
The URL would look like this
https://www.XXXX.com/admin/CMS/Content/globalassets/en/content-images/about-us/ceremony.jpg,,9168?epieditmode=False
I did some detailed search and testing with Alloy and my existing project. I found this issue replicates in my active project but somehow it is working find in Alloy site.
While searching on forums, some suggestion comes up with if we are using the content approval then we need to set the Auto publish media on upload (on this link). But in my active project I am not using the content approval on my local and this setting were checked by default.
See this link for additional information on Publishing Media on upload if you find something related.
Hi,
We are using Episerver 7.5.
When we drag an image from the Assets pane to a WYSIWYG the path to the image would be something like:
https://www.ABC.com/admin/CMS/Content/globalassets/en/content-images/about-us/ceremony.jpg,,9168?epieditmode=False
This url is in the admin so the image isn't displayed on the ront end of the site.
If we used the WYSIWYG image picker it would set the path correctly.
Is there a setting in the CMS that needs to be set?
Thanks
Jon