account-security-quickstart-node
account-security-quickstart-node copied to clipboard
Error: Connection strategy not found
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?