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

here is my github to this project https://github.com/TheTurok/serverReact here is my error message [1] > [email protected] start C:\Users\airok\Documents\GitHub\server\client [1] > react-scripts start [1] [0] C:\Users\airok\Documents\GitHub\server\node_modules\express\lib\router\route.js:202 [0] throw new Error(msg); [0]...

Hi Steven and Teach assistant of Udemy, I posted my Question on Q&A seems like no one have seen it, https://www.udemy.com/node-with-react-fullstack-web-development/learn/v4/questions/6218678 Anyone please can answer my question please? Really got...

[server.zip](https://github.com/StephenGrider/FullstackReactCode/files/2774364/server.zip) I have to login everytime i open a new tag and navigate to the localhost:5000/auth/callback unlike stephen who finds his account already logged in after the first time? Is...

Hii Sir , When I loading my page in development mode it shows an error like this, Warning: Failed prop type: Invalid prop `component` of type `object` supplied to `Route`,...

2019-01-15T15:22:25.802182+00:00 app[web.1]: npm ERR! 2019-01-15T15:22:25.802484+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script. 2019-01-15T15:22:25.803024+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional...

When trying to generate new google id and secrete key for production which is for the domain --herokuapp.com google asks for domain registration. I there any one who has solved...

![image](https://user-images.githubusercontent.com/26903362/48204158-c8b36180-e32e-11e8-8a97-5ce227acca0b.png) ![image](https://user-images.githubusercontent.com/26903362/48204189-dbc63180-e32e-11e8-8a1e-bc4c2d9a22a5.png)

https://github.com/StephenGrider/FullstackReactCode/blob/da3cbbc7e7bc0c35da0c151432360854f9c7ac03/server/routes/billingRoutes.js#L7

The way of adding proxys has changed. It no longer has to be added to package.json, but to a file named setupProxy.js inside src of client. Also, 'http-proxy-middleware' has to...

When testing Oauth, below is the error I am receiving when starting the service: ```Oauth2Strategy requires a ClientID option``` I followed the instructions discussed in section 3, video 22 (Google...