CrocoDillon / universal-react-redux-boilerplate

Step by step creation of a Universal React + Redux Boilerplate
Other
176 stars 33 forks source link

Figure out why the build is failing #22

Closed CrocoDillon closed 7 years ago

CrocoDillon commented 7 years ago

Build is failing on CI, while it's not locally... 😢

islam3zzat commented 7 years ago

I'm also stuck in [webpack-isomorphic-tools] (waiting for the first Webpack build to finish) then getting Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch when trying to deploy on heroku

brijesh-pant commented 7 years ago

@islam3zzat the error you are facing may not be of webpack bundling. You need to update the port number at https://github.com/CrocoDillon/universal-react-redux-boilerplate/blob/master/bin/server#L28 to something like this https://github.com/brijesh-pant/universal-react-starter/blob/develop/bin/server.js#L10

Hope that helps!

CrocoDillon commented 7 years ago

For this issue, the solution is here.

I'll implement it later this week.