LyteFM commented 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 ``` solved it. -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org