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.
It looks like your website is running with StateServer, SQLServer or Custom session state mode.
The easiest workaround would be using In-Proc session state mode, if it is possible in your case:
<configuration>
<system.web>
<sessionState mode="InProc " />
</system.web>
</configuration>
I have filed a bug.
EPiServer CMO crashes when I'm saving a test. Here is a little snippet:
Here is the full message:
Is there any fix for this?