jdesboeufs / connect-mongo

MongoDB session store for Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to find the session to touch

boopxyz opened this issue · comments

commented

I am getting this error (Error: Unable to find the session to touch) when trying to login (passport-local) and I am unaware why.

this.express.use( session({ secret: process.env.COOKIE_TOKEN, resave: false, saveUninitialized: false, store: mongoStore.create({ mongoUrl: process.env.MONGOOSE_URI }), }) );

I am having this issue also. I am using v5.1.0