madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

Error: Connection strategy not found #160

Closed TamNDT259 closed 8 years ago

TamNDT259 commented 8 years ago

I run project on Windows and have this error at MongoStore. How can I fix it? Thank you

madhums commented 8 years ago

A quick google gave me this. http://stackoverflow.com/questions/34404166/passport-js-and-mongostore-error-connection-strategy-not-found-at-mongostore

Does it resolve the issue?