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.
Just to clarify...
We have added maxRequestLength="500000" on system.web/httpRuntime
And maxRequestLength="500000" executionTimeout="7200" on location path="EPiServer"/system.web/httpRuntime
Had to set maxAllowedContentLength on location path="EPiServer"/system.webServer/security/requestFiltering/requestLimits as well :)
We're getting "Timed out, or max file size exceeded" when we try to upload big images (40mb, for example).
We've increased the limit to 500mb, by following the guide from this link: https://support.episerver.com/hc/en-us/articles/115004649203-Upload-Media-Error-Timed-out-or-max-file-size-exceeded
However, we're still getting the same exception for images that are around 40MB.
Is this a bug in Epi, or are we missing some additional settings?