erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Request timeout on heroku #1375

Open MaximilianLloyd opened 7 years ago

MaximilianLloyd commented 7 years ago

screen shot 2017-03-08 at 11 03 51


When i deploy to heroku it says that it is successfull. But when i open the page i get the heroku "application error" page. But when i try to navigate to any sub page the custom 404 page in the app and the message that is emitted by the server is printed in the console. screen shot 2017-03-08 at 10 54 41


When i build the application locally and run npm run start everything works (yes i know when deploying to heroku i need to remove the PORT property in start-prod).


This is my Procfile

web: npm run build
web: npm run start
MaximilianLloyd commented 7 years ago

It should be noted that i have upgraded to webpack 2