functionscope / Node-Excel-Export

A simple node.js module for exporting data set to Excel xlsx file.
492 stars 271 forks source link

Mongoose cannot be linked after using Excel export #79

Open kingsearcher opened 4 years ago

kingsearcher commented 4 years ago

"dependencies": { "excel-export": "^0.5.1", "mongoose": "^5.9.27", },

Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://docs.atlas.mongodb.com/security-whitelist/

sergioherher commented 3 years ago

I'm having the same issue "excel-export": "^0.5.1", "mongoose": "^5.7.0"

Could you fix it?