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.
AI OnAI Off
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.
Having some trouble with image thumbnails in the admin section. Two problems, maybe related:
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.