I have a test repo for this problem (Link)
I think it's a problem with localization file. I use react-intl.
Dev version works good.
The problem is:
- create production build
- run production server
- open app http://localhost:3001/activities
- refresh page (works normal)
- click on Link to id 1 (works normal)
- refresh page (not work, because 1.bundle.js file not sent correctly, css too)
What is 1.bundle.js? I think it is localization file. (some info). How I can fix it?