erikras / erikras/react-redux-universal-hot-example
Request timeout on heroku
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description

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

---
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
Assessment
This issue has not been assessed yet.