I'm trying to insert a Bundle batch with 1000 JSON PatientResource records, but I get the following message:
An error was encountered:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "invalid",
"diagnostics": "
\r\n
413 Request Entity Too Large
\r\n
\r\n
413 Request Entity Too Large
\r\n
nginx
\r\n
\r\n
\r\n"
}
],
"text": {
"status": "generated",
"div": "
\r\n
413 Request Entity Too Large
\r\n
\r\n
413 Request Entity Too Large
\r\n
nginx
\r\n
\r\n
\r\n"
}
}
Any suggestions on where I can configure this parameter in Meplum, so that it accepts more than 1000 JSON records in a single Bundle? I've already tried setting the maxJsonSize variable to "1024mb" in the /packages/server/medplum.config.json file but without success.