Please indicate that you followed the steps below before filing an issue:
[ ] Followed the steps in the Troubleshooting section of the README.
[ ] If it is a bug, retrieved any errors that may be thrown in the browser, in console by node, or by MarkLogic.
Getting following error message while loading using "Load Data" on "Setup Application" option:
Bad Request
REST-UNSUPPORTEDPARAM: (err:FOER0000) Endpoint does not support query parameter: invalid parameters: perm:rest-writer, perm:rest-reader for request.
Thanks for catching that. Just pushed a fix for this issue to dev and master branches. mixed/multipart POST to /v1/documents doesn't support perm:* parameters. I changed it to use the REST API metadata XML.
Please indicate that you followed the steps below before filing an issue: