FullstackReactCode
FullstackReactCode copied to clipboard
Companion repo to https://www.udemy.com/node-with-react-fullstack-web-development
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...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...
Please update package.json file. All packages are out of date & with legacy code files. Win npm i not working
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.1 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Hey Stephen, I have concern creating sand grid account. Thay just don't let to use them services. What should I do about it to continue with this course? Kind regards,...
I've gone through the code you supplied here twice, replacing all of the steps that you have and cannot get this timeout issue corrected. When you click to login it...
Hi My app hangs at the "Choose an account" page after selecting an account, then after 30 seconds or 1 minute later, shows the Heroku Application error page. Works fine...
The diff corresponds to the instructions from https://www.udemy.com/course/node-with-react-fullstack-web-development/learn/lecture/13890898#questions: ``` npm install passport-google-oauth20@2 --save ``` As it is now, if a new student tries to run the app, Google auth fails...
So after section 6 lecture: fixing heroku proxy issues I stumbled upon a problem when visiting the url for the /auth/google. It won't load and after ~30 sec it prompted...
Hi, Stephen. thanks for all these support. I've been struggling test sending survey object with axios according to lecture 139 but even after updating new Mailer.js file, according to Martin...