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.
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.
Can you look into log files to see if there is any stacktrace in there?
One thing you can try is to add this setting to appSettings
<appSettings>
<add key="aspnet:MaxJsonDeserializerMembers" value="2500" />
</appSettings>
I ran into this issue as well and was able to add that key and have it resolved. Kind of an odd fix but I will take it.
not really an odd fix. it allows bigger json to be parsed. it is a workaround yes but not exactly odd
HI Team,
We are facing issue while adding a gadget 'External review component' in CMS, it throws error as 'Could not add component' pop up.
EPiServer.Global : Unhandled exception in ASP.NET
System.InvalidOperationException: The JSON request was too large to be deserialized.
Kindly let us know how to overcome this issue?