couchdb-nano icon indicating copy to clipboard operation
couchdb-nano copied to clipboard

Nano: The official Apache CouchDB library for Node.js

Results 46 couchdb-nano issues
Sort by recently updated
recently updated
newest added

## Overview When using the callback api, if the connection fails, an object is returned (callback) instead of an error. Why is this a problem: because the error will not...

Trying to use db.head to get document size fast, it returns headers without content-length. I switched to axios just for that call to access document size. Here is a simple...

## Overview Although a program can currently create multiple instances of nano, they all share the same cookie jar. Authorizing with a set of credentials in one instance changes the...

## Expected Behavior I would expect the following code to wait 10 seconds and then return a batch of messages from the last position in the changes feed. So if...

In the 10.0.0 dependency bump, axios-cookiejar-support was left at `^1.0.1` when the latest is `2.0.4`. Why wasn't this updated in line with the others? Well... - the syntax for how...

dependencies

Can't get session details from couch db (cookies don't set) ## Expected Behavior Request with cookies. ## Current Behavior Request without cookies. Session response with null name ## Possible Solution...

## Overview Removes `axios-cookiejar-support` and replaces it with `http-cookie-agent`, which is basically the same logic but it works with our custom http/https agents. This means that - issue #295 gets...

Uncaught TypeError: axiosCookieJarSupport is not a function at Object.eval (nano.js?e764:19) nano.js const axiosCookieJarSupport = require('axios-cookiejar-support').default axiosCookieJarSupport(axios) What is wrong with this?

Linux distribution: Arch Linux On my Linode VM, I upgraded from Node 16 to Node 17.3. After this, I could no longer connect via nano to my couchdb. It seems...

Nano does not parse a CouchDB host, username, and password correctly if the string which is passed to the constructor contains special characters. ## Steps to Reproduce (for bugs) ```...