dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.29k stars 2.2k forks source link

I am running on AWS Cloud9 #1346

Closed samanthi22 closed 6 years ago

samanthi22 commented 6 years ago

I am running on AWS Cloud9. After npm install. Then npm start. I get Invalid Host Header when I go to "/" root.

samanthi22 commented 6 years ago

In web.config.js. Edit it to use and in the devServer: { } section. Add disableHostCheck: true.