You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a config.production.js file by duplicating the example and I receive the following error when running 'node index'
Error: database name must be a string
at validateDatabaseName (/Users/andrew.bridges/sites/pinitto.me/node_modules/connect-mongo/node_modules/mongodb/lib/mongodb/db.js:205:46)
at new Db (/Users/andrew.bridges/sites/pinitto.me/node_modules/connect-mongo/node_modules/mongodb/lib/mongodb/db.js:77:3)
at new MongoStore (/Users/andrew.bridges/sites/pinitto.me/node_modules/connect-mongo/lib/connect-mongo.js:95:17)
at Object. (/Users/andrew.bridges/sites/pinitto.me/src/database/session.js:4:17)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Thanks
The text was updated successfully, but these errors were encountered:
AndyMBridges
changed the title
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
Error: Cannot find module '../config.production.js'
Apr 7, 2017
AndyMBridges
changed the title
Error: Cannot find module '../config.production.js'
Error: database name must be a string
Apr 7, 2017
Hi Guys,
I have created a config.production.js file by duplicating the example and I receive the following error when running 'node index'
Error: database name must be a string
at validateDatabaseName (/Users/andrew.bridges/sites/pinitto.me/node_modules/connect-mongo/node_modules/mongodb/lib/mongodb/db.js:205:46)
at new Db (/Users/andrew.bridges/sites/pinitto.me/node_modules/connect-mongo/node_modules/mongodb/lib/mongodb/db.js:77:3)
at new MongoStore (/Users/andrew.bridges/sites/pinitto.me/node_modules/connect-mongo/lib/connect-mongo.js:95:17)
at Object. (/Users/andrew.bridges/sites/pinitto.me/src/database/session.js:4:17)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
Thanks
The text was updated successfully, but these errors were encountered: