erikras / erikras/react-redux-universal-hot-example

Request timeout on heroku

Open
#1,375 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12.1k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

![screen shot 2017-03-08 at 11 03 51](https://cloud.githubusercontent.com/assets/10583205/23699320/f4f6cff0-03ee-11e7-83c7-fb8e903dc683.png)

---

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](https://cloud.githubusercontent.com/assets/10583205/23698990/d3d64180-03ed-11e7-8991-54a424eae6a4.png)

---

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.