TrestleAdmin / trestle-tinymce

TinyMCE integration plugin for the Trestle admin framework
https://trestle.io
GNU Lesser General Public License v3.0
12 stars 1 forks source link

Broken image in editor after uploading from front-end #9

Open basharabdullah opened 2 years ago

basharabdullah commented 2 years ago

Hi,

I have an app which allows users to post articles and attach images from the frontend. It works pretty well. But when I open the editor from backend, it's broken because the editor is assuming and attaching the /admin/URL_TO_IMAGE instead of directly URL to image.

Any idea why this is happening, and how I can solve it?

Thanks