Konrad Jarosinski

Results 19 comments of Konrad Jarosinski

Is it session/cookie based or pure API? Since this project is isomorphic I'd like to have authentication that takes advantage of server side rendering.

You need redux thunk middleware for that and register it in the router.js file. ` import thunkMiddleware from 'redux-thunk'; // Add state logger if (process.env.NODE_ENV !== 'production') { middlewares.push(require('redux-logger')()); middlewares.push(thunkMiddleware);...

Thanks man! I eventually got gzip working with echo's gzip middleware, but to do that I had to move bundle.js away from the binary. Is there any reason from performance...

I was trying to update all the deps as well but it took me way too long and resigned. Anyway, make sure to temporarily turn off server side rendering when...

I have the same problem. Have you managed to find a solution so far? @zshwei

@nijat13 I've got exactly same issue. Have you managed to find out what the issue was?

Okay, in my case it was the missing `defaultLocale` setting. But in your case (I can see that you've submitted this a few months ago but maybe someone will have...

Bumping up, facing the same issue. Tried to link `react` and `react-dom` packages from the parent repo, but no luck.

Just my two cents that this indeed should be added. There are some cases where the error isn't tied to a specific field and we're displaying an alert box above...