You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: