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
Backend Localhost Server Start on - localhost: 3000
Forntend Localhost React Server Start on - localhost: 3001
Backend Production Server Start on - 192.168.0.2: 3000
Forntend Production React Server Start on - 192.168.0.3: 3001
I used passport localStrategy for normal login and passport googleStrategy for google login.
Normal login working fine with passport local Strategy on localhost and production server.
Google login working fine with passport google Strategy on localhost but not working on production because backend server and frontend server start on different ip address.
Backend Localhost Server Start on - localhost: 3000
Forntend Localhost React Server Start on - localhost: 3001
Backend Production Server Start on - 192.168.0.2: 3000
Forntend Production React Server Start on - 192.168.0.3: 3001
I used passport localStrategy for normal login and passport googleStrategy for google login.
Normal login working fine with passport local Strategy on localhost and production server.
Google login working fine with passport google Strategy on localhost but not working on production because backend server and frontend server start on different ip address.
When try to google login on production server "passport.serializeUser" call but "passport.deserializeUser" not call on backend.
Why session not store on google login on production?
The text was updated successfully, but these errors were encountered: