ryanjdew / ml-slush-discovery-app

Quick up and running app for exploring MarkLogic data, based off of the marklogic-node slush template
Other
9 stars 7 forks source link

When you drop a collection in the setup it errors #105

Open SDFowler opened 7 years ago

SDFowler commented 7 years ago

REST-INVALIDPARAM: (err:FOER0000) Invalid parameter: Options node submitted in request does not match options node in URL pattern

is thrown when you drop a collection. Current workaround which should be added to README.mdown is to run:

./ml local clean modules ./ml local deploy modules

As a part of the demo reset.

image