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
When I add some images in a Markdown field in Strapi, if I use external images (https://domain.tld/image.png) and Strapi images, the medias array doesn't contain / blend data for some images.
This may be slightly different from this issue, but in my case, I found that when I created a component that contained media type, the contents were not fetched.
For components that do not contain media type, there was no problem.
Describe the bug
When I add some images in a Markdown field in Strapi, if I use external images (https://domain.tld/image.png) and Strapi images, the medias array doesn't contain / blend data for some images.
To Reproduce
Copy/adapt this snippet into your richtext.
Result of
medias
Expected behavior
I'm waiting for an array with 3 images, with data who aren't blended.
System Info
Please provide information about your site via these means as possible:
yarn gatsby info --clipboard
in your project directoryI can't share, it's a private repository.
The text was updated successfully, but these errors were encountered: