I faced such problem. When the application starts, in _app.js, in the getInitialProps method, I dispatch getProfileByToken (thunk) which fills my state with data. And it works w