connect-mongodb
connect-mongodb copied to clipboard
SessionStorage for connect's session middleware
Devs have requested an update for connect 2.0. I updated the dependency. So far things are working with connect 2.0 without any code changes. I'll see if I run into...
Update of mongodb causes incompatibility issues. Switched call to use 'connected' property.
The callback provided to the MongStore constructor is now executed asynchronuosly. This makes sure that a variable assigned to the constructor call already has its value (and thus can be...
Hi You can redirect your users to my freshly created module, it should for for all usecases https://github.com/kof/node-connect-mongo-store Best
You should apply this changes in lib/connect-mongodb.js file new ... @@ -44,6 +44,16 @@ var MONGOSTORE = module.exports = function MongoStore(options, callback) { 44 } else { 45 getCollection(db, callback);...
This error occurs consistently upon creating the MongoStore: ``` .../node_modules/mongodb/lib/mongodb/connection/server.js:208 return this.connectionPool.isConnected(); ^ TypeError: Cannot call method 'isConnected' of undefined at Server.isConnected (.../node_modules/mongodb/lib/mongodb/connection/server.js:208:30) at new MongoStore (.../node_modules/connect-mongodb/lib/connect-mongodb.js:90:21) ``` Worked around...
When we start Node using connect-mongodb brings a Warning message: ' Please ensure that you set the default write concern for the database by setting....' I've done a patch to...
Hi. I'm using [email protected] and getting "TypeError: Cannot call method 'findOne' of null at MongoStore.get" after updated to [email protected], [email protected]. I guess your mongodb version 0.9.7 is rather old one.