When i process a Router.push to redirect to another page, getInitialProps is called but without req, so my app can't process to the initial ajax request without these information.
To fix this, I need to store these info into redux and then pick them in case getInitialProps is unable to get req info.
How can i do this ?
Thanks