fullstackreact / food-lookup-demo

A demonstration of using `create-react-app` with a server
MIT License
1.18k stars 372 forks source link

Invalid Host Header #57

Open gsalkin opened 5 years ago

gsalkin commented 5 years ago

Been trying to make an app very similar to this. However, when deploying to Heroku without a HOST file I get "Invalid Host Header" on the react app. When adding a HOST I get an error from the Heroku logs.

Just curious how you've avoided this issue. Thanks!