Mateusz
Results
1
issues of
Mateusz
After loggin to app it redirect to localhost:5000/surveys instead of localhost:3000/surveys authRoutes.js ``` app.get( '/auth/google/callback', passport.authenticate('google'), (req, res) => { res.redirect('/surveys'); } ); ``` setupProxy.js -> instead of proxy in...