How to access redux persist data inside getServersideProps or getStaticProps.
I want to authenticate my user I just stored login information inside redux store also persist that reducer and I able to see that information.
but I am unable to get this information inside getServersideProps or getStaticProps for conditional rendering.
Thanks in advance.