I'm trying to set up a login page using express, mongoose, and mongodb, written using nodes.js, and I'm getting this error. It seems to comes from the connect-mongo version: 0.8.2 module.
Error setting TTL index on collection : sessions
I have a database in mongodb named myapp
. Should the sessions
collection exist in the myapp
database?