Importing image URLs through API and manually editing the CMS item removes all image URLs

Encountered a bug while importing a database of articles.

If you import <img src="https://mywebsite.com/image/ss13.jpg" /> tags into a rich text field (with direct urls to the image locations), everything works just fine both in the designer and when published.

However - if you then go in and edit the text field manually and publish the changes, the live site image URLs will automatically be updated to webflow’s own site <img src="https://global-uploads.webflow.com/image/ss13.jpg" />, even if you didn’t edit the urls or images at all.

The images will still be visible as intended in the Designer, where it will use the original mywebsite.com url. The published site will however have the webflow.com url.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.