We have just upgraded our umbraco instance from 11.5 to 12.3.7, and everything works perfectly. But there is a single problem, that i now need to ask someone else about.
In the media tab, we have many different images in different formats (jpg, png, gif, SVG etc). When thumbnails are fetched, only the SVG thumbnails are returned, and none of the other ones are fetched.
I have looked in the Chrome Developer -> Network tab, to see if there is any fetch for other images, but i can conclude that only the SVG's are in the network tab. It seems like other images are never tried to be fetched at all.
I have looked in the "getChildren" call that is made to get all the media data, and in both the response for SVG and a JPG are the exact same (of course not the folder and filename in the src link).
I have tried to see if any new changes has been made in the new version om umbraco, but this issue seems not to be mentioned.
Media library - Preview of images does not work
Hi folks,
We have just upgraded our umbraco instance from 11.5 to 12.3.7, and everything works perfectly. But there is a single problem, that i now need to ask someone else about.
In the media tab, we have many different images in different formats (jpg, png, gif, SVG etc). When thumbnails are fetched, only the SVG thumbnails are returned, and none of the other ones are fetched.
I have looked in the Chrome Developer -> Network tab, to see if there is any fetch for other images, but i can conclude that only the SVG's are in the network tab. It seems like other images are never tried to be fetched at all.
I have looked in the "getChildren" call that is made to get all the media data, and in both the response for SVG and a JPG are the exact same (of course not the folder and filename in the src link).
I have tried to see if any new changes has been made in the new version om umbraco, but this issue seems not to be mentioned.
Thanks for any help in advance :D
is working on a reply...