Hi, hopefully a beginner’s question. We are having issue with ^jsonwrite on more complex structures. With a simple JSON structure we can input strings > 20K, however with more complex JSON structures we get a failure when the structure reaches approx 1K in size.
i.e. (We are writing JSON out in the response, but if the complex JSON document goes over 1K limit, nothing comes out hence we get the text part, but no JSON)
We don’t see anything obvious in the logs.
Build 6.9.1 _ and yes it is an old version.