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?
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