nano icon indicating copy to clipboard operation
nano copied to clipboard

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano

Results 47 nano issues
Sort by recently updated
recently updated
newest added

Hi there, I am attempting to return a small list of objects (checkins_each), but checkins_each is always returning [] an empty list even though the console.log clearly shows that a...

Don't sure this is bug or because mine, just report call `db.fetch([id1, id2, ...], { include_docs: true })` response error body is not json object, will work when call `db.fetch({...

Is it possible to set database permissions (users, roles) via nano? Thank you!

Couch db replication not working - nano module unable to create replication job in _replicator database. Previously, in nano modules v4.1.1, it was working but for current version its giving...

From the lazy view creation example code: ` // some more logic needed // what if design document exists but view doesnt, we cant just overwrite it // // we...

Hi, I am querying 60 DBs one after the other, depend on the results from every DB, I am getting ad different DB errors, every time on different DB, sometime...

I am getting this error every few hours. Any idea? error: Error: error saveTransactionsBulkAsync : Error: badarg at /home/adys/Sources/ether-super-node/bin/indexer/src/utils/dbUtils.js:76:48 at step (/home/adys/Sources/ether-super-node/bin/indexer/src/utils/dbUtils.js:32:23) at Object.next (/home/adys/Sources/ether-super-node/bin/indexer/src/utils/dbUtils.js:13:53) at /home/adys/Sources/ether-super-node/bin/indexer/src/utils/dbUtils.js:7:71 at new Promise...

I'm using couchdb to store attachments that I need to display in the browser. The data is uploaded from an html input and then processed when saveDoc is called: ```...

the param in view function - {keys: [key1,key2]} is the key based on the emit part of the view function? If so, will I be able to set anything as...