FullstackReactCode icon indicating copy to clipboard operation
FullstackReactCode copied to clipboard

Companion repo to https://www.udemy.com/node-with-react-fullstack-web-development

Results 79 FullstackReactCode issues
Sort by recently updated
recently updated
newest added

- Even if user is not "logged in with Google" if I put "/surveys" or "/surveys/new" after [localhost: 3000/surveys](url) or [localhost: 3000/surveys/new](url) application redirects to these urls even though user...

HERE is the Latest Fix Thanks for a Great Class I would Love to Update some of this https://github.com/facebook/create-react-app/issues/5103 //Just letting you know this proxy does not work anymore and...

This request is just about to test the pull request function only. Please ignore it!

THIS IS MY CODE: `const express = require('express') ; const passport = require('passport'); const GoogleStrategy = require('passport-google-oauth20').Strategy const keys = require('./config/keys'); const app = express(); passport.use(new GoogleStrategy({ clientID: keys.googleClientID, clientSecret:...

Issue 1: [0] (node:3752) UnhandledPromiseRejectionWarning: MongoNetworkError: connection 5 to cluster0-shard-00-02-bioze.mongodb.net:27017 closed [0] at TLSSocket. (E:\Home\server\node_modules\mongodb-core\lib\connection\connection.js:352:9) [0] at Object.onceWrapper (events.js:277:13) [0] at TLSSocket.emit (events.js:189:13) [0] at _handle.close (net.js:597:12) [0] at TCP.done...

`function localtunnel { lt -s YOUR_SUBDOMAIN --port 5000 } until localtunnel; do echo "localtunnel server crashed" sleep 2 done` This line should be changed from this: ` lt -s YOUR_SUBDOMAIN...

Hi! I don't understand where have you found the proxy param that you've set in the GoogleStrategy. https://github.com/StephenGrider/FullstackReactCode/blob/da3cbbc7e7bc0c35da0c151432360854f9c7ac03/server/services/passport.js#L24 Could you tell where it came from?

I stephen i dropped message to you on udemy . pls look into it.

when I try to http://localhost:5000/ or http://127.0.0.1:5000/ this shows up: This site can’t be reached 127.0.0.1 refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED