CrocoDillon / universal-react-redux-boilerplate

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

Not getting server side rendered markup server #35

Closed pailhead closed 7 years ago

pailhead commented 7 years ago

After building for production, i am unable to get the server side rendered stuff to be displayed in the dom. I'm not sure what's going on and am in awe that i was able to even get this far :)

I see my page in the network requests, it's 200 and seems to contain what it should. However the page still shows as loading until the bundle comes in.

logging src/server.js

const status = rewind()

keeps returning 404s though.

What should i be looking at?

Thanks