Can someone please enlighten me, I'm currently adding routes in my app, and I want to get the req.session to work also in production build but it returns null
Production using script "cross-env NODE_ENV=production pm2 start server/main.js --name ucf-www"
Server/main.js Routes #1348
Can someone please enlighten me, I'm currently adding routes in my app, and I want to get the req.session to work also in production build but it returns null
Production using script "cross-env NODE_ENV=production pm2 start server/main.js --name ucf-www"
Development using script "cross-env NODE_ENV=development babel-node build/scripts/start"
please delete, just forgot to use express-session in my production config