janoist1 / universal-react-redux-starter-kit

Get started with React, Redux, and React-Router! - With universal rendering!
MIT License
63 stars 9 forks source link

Errors are not resolved and leads into infinite page load #28

Open lauriii opened 7 years ago

lauriii commented 7 years ago

All of the errors on the server side lead into infinite page load since the when the Promise is rejected, the HTTP response will never resolve. The easiest way to reproduce this is to just navigate to a non-existent URL which should return a 404 error.