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.
Do you have any contenttype that is defined to handled it? For example like this?
using EPiServer.Core;
using EPiServer.DataAnnotations;
namespace Site.Web.Models.Media
{
[ContentType]
public class SiteMediaData : MediaData
{
public virtual string Description { get; set; }
}
}
Hi!
I have a problem uploading anything else than images to the media panel in CMS edit mode.
For example JPG is fine but if I try to upload a PDF I’ll get a "Failed" in the status column.
Is there any restrictions by default for this in episerver 7.5?