Hi There,
I have to create a media to Webflow CMS using rich text and a call API.
The user will drop pictures within the rich text content.
When the RTE content is saved in Bubble DB, the picture is base64 formated within the content:
<img src='data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAY....(base64 image)
→ The Webflow API don’t like it and return an error
When I replace the base64 image source with an url inside the RTE content, it’s working:
<img src='https://uploads-ssl.webflow.com/62b39f5841e0643870bf4cbe/63692f6df1177df6ca35687a_Capture%20d%E2%80%99e%CC%81cran%202022-11-07%20a%CC%80%2017.15.59.png' width='502'>
→ The Webflow API is working
I see there is an option “Upload image on AWS”, but it is not working.
The images are disappearing from the editor after 1 second.
Is there a way to produce an image source with an url using the plugin?
Many thanks for your help
Romain