volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Image Thumbnail Broken for jpegs

Having some trouble with image thumbnails in the admin section. Two problems, maybe related:

  1. Lots of errors even though the Thumbnails display:

https://mydomain.com/alaskausa/CMS/Content/SysSiteAssets/settings/logo_ehl.svg,,68_135/Thumbnail?epieditmode=False?1527104368365

generated a (failed) status for widget.js

But the thumbnail does show up. My svg class is:

[ContentType(GUID = "B9B5C780-ECA7-4968-97E4-B911500DEEDD")]
[MediaDescriptor(ExtensionString = "svg")]
public class VectorImageFile : ImageData
{
///


/// Gets the generated thumbnail for this media.
///

public override Blob Thumbnail
{
get { return BinaryData; }
}
}

This seems to happen to pngs as well.

2. For jpegs I get an actual 404 and the Thumbnail doesnt show up at all.

Not sure what im missing here.

#193143
May 23, 2018 21:57

maybe issing allowed extensions in attribute for other file types?

#193533
May 30, 2018 19:04
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.