Closed armanriazi closed 4 years ago
Hi @armanriazi ,
Thank you for this ticket!
Unfortunately, the problems you are mentioning are not nodejs-cloudant
issues.
Neither updates
, nor lists
are allowed in partitioned design documents in Cloudant. See
I'd like to recommend finding a solution that does not depend on using updates
or lists
in partitioned design documents.
I replicated from local CouchDB partitioned to a Cloudant partitioned and after that when I have tried edit document design rise error. Save failed:
lists
cannot be used in a partitioned design doc.