dsebastien opened a new issue #254: URL: https://github.com/apache/couchdb-nano/issues/254
I'm cross-posting this issue here just to let you know that the new usage of axios-cookiejar-support has side effects on unrelated code. As I've described here (https://github.com/auth0/node-jwks-rsa/issues/215), I'm using node-jwks-rsa, which also uses Axios as client. Unfortunately, since nano includes axios-cookiejar-support, it seems that the way node-jwks-rsa uses Axios does not work anymore. I imagine that they could change the way they use Axios, but it's rather surprising to see such side-effects. Note that it's not an issue with nano per se, but I thought it might be interesting to make it appear here too, in case others stumble upon such problems. ## Expected Behavior No side-effects with Axios. ## Current Behavior Axios breaks when used in certain ways because of the presence of axios-cookiejar-support. ## Possible Solution Fix of axios-cookiejar-support & upgrade of nano (maybe it should also be a peer dependency?) ## Steps to Reproduce (for bugs) * Add nano to a project * Import Axios using `import {get} from 'axios'` and try to make a simple request ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: 9.0.3 * Browser Name and version: N/A * Operating System and version (desktop or mobile): N/A * Link to your project: N/A ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org