LyteFM edited a comment on issue #264:
URL: https://github.com/apache/couchdb-nano/issues/264#issuecomment-1077371049
With current versions of NestJS, `@nestjs/axios` and
`axios-cookiejar-support`, I ran into the issue again. Replacing
```
const axiosCookieJarSupport = require('axios-cookiejar-support').default
```
with
```
const axiosCookieJarSupport = require('axios-cookiejar-support').wrapper
```
and upgrading `axios-cookiejar-support` to `@2.04` solved it (but I'm not
using cookies with CouchDB, just basic auth - this would cause other issues, as
mentioned [here](https://github.com/apache/couchdb-nano/pull/294))
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]