A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Jun 28, 2021
Apr 24, 2025
CMS Core
Closed, Fixed and tested
Prevent `Synchronous operations are disallowed` error when getting JSON from the server
Use ClientResourceOptions.JsonResponseBuffer setting for both input and output memory buffer threshold when serializing/deserializing using the Newtonsoft serializer.
The default value is now 256 kilobytes instead of 30kb
It has to be increased when using a global newtonsoft serializer and need to return big amounts of data (previous default was 30 kb).