I import an image, open a basic component with tinymce, insert that image. It shows fine in the edit window and in preview.
But does not work when the page is rendered by livesite. Looking at the .page source (and the view source of final html), the image is stored with the teamsite http address (http://cms-dev/images/someimage.jpg). I was expecting it to be something like url_prefix/images/someimage.jpg.
Similar issue is discussed here, but for 6.7.
/t5/LiveSite/TinyMCE-images-not-using-URL-PREFIX/m-p/154022
We are on Teamsite 7.3.2.
Has anyone else seen this issue? How did you fix it?
We have a separate instance of 7.2.1 and it works fine there. But is broken on both of our 7.3.2 instances.