pouchdb/pouchdb-express-router

Invalid JSON body makes server crash + other possibly backportable things from express-pouchdb

marten-de-vries opened this issue · 2 comments

An express-pouchdb issue that will crop up in pouchdb-express-router as well:

pouchdb/express-pouchdb#159

Includes a fix.

Two other issues that affect pouchdb-express-router as well:

Better (and simpler) error handling for changes() would also be a nice thing to copy from express-pouchdb: pouchdb/express-pouchdb@0325f8b

There have been other improvements with respect to CouchDB compatibilty as well in core functions (bulkDocs, allDocs, attachments, compact), but I guess those aren't strictly necessary when the only goal is PouchDB interoperability.