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
{{ message }}
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
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"
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
The text was updated successfully, but these errors were encountered: