You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our test server in Azure, the loader rejects some posts because there are more than 500 entries in a bundle.
{'_content': b'{"resourceType":"OperationOutcome","id":"3985af51-584c-45b8-a580'
b'-3224a5e2f9b2","issue":[{"severity":"error","code":"invalid","di'
b'agnostics":"The number of entries in the bundle exceeded the con'
b'figured limit of 500."}]}',
For our test server in Azure, the loader rejects some posts because there are more than 500 entries in a bundle.
To increase the limit, we can make changes to this (I think) in the portal:
https://prototype-erp-fhir.scm.azurewebsites.net/dev/wwwroot/appsettings.json
The text was updated successfully, but these errors were encountered: