account-security-quickstart-node icon indicating copy to clipboard operation
account-security-quickstart-node copied to clipboard

Error: Connection strategy not found

Open pgupt opened this issue 4 years ago • 0 comments

I followed the points you mentioned. One change was require('dotenv').config(); in index.js otherwise it was causing issues.

After this when I run node . I am getting

Error: Connection strategy not found at new MongoStore (C:\ccount-security-quickstart-node\node_modules\connect-mongo\src\index.js:127:15)

What could be the issue?

pgupt avatar Jul 18 '20 07:07 pgupt