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
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Having non-ascii characters in element range indexes is support by MarkLogic and the REST api, but when using ml-app-deployer and ml-gradle, it fails. The solution is to specify the utf8 charset as part of the content type declaration (as per below)
When this is included in a database.json file, the payload fails with the following error -
:mlDeployApp
Logging HTTP response body to assist with debugging: {"errorResponse":{"statusCode":"400", "status":"Bad Request", "messageCode":"MANAGE-INVALIDPAYLOAD", "message":"MANAGE-INVALIDPAYLOA
D: (err:FOER0000) Payload has errors in structure, content-type or values. Unable to read request body (check content-type)."}}
:mlDeployApp FAILED
When the rest API is called directly, it works fine -