Closed alessio-zamparelli closed 2 years ago
@alessio-zamparelli I have the same issue; I installed the package as per the readme. I notice that a cookie is set on my browser:
However, if I hit refresh the state is not populated with that cookie:
So I am quite curious on why thi is happening as well.
I enabled debug, and I notice this in the console:
4. WrappedApp created new store with withRedux(AppWithTranslation) { initialState: undefined, initialStateFromGSPorGSSR: undefined }
Hi @alessio-zamparelli and @simplenotezy,
do you have getServerSideProps
, getStaticProps
, or getInitialProps
on the page you load? If not, I guess this is a duplicate of #22...
I'm going to close this as a duplicate of #22 which has been fixed with v2.1.2. Please re-open if the problem persists!
Hi, i'm using next-redux-cookie-wrapper on a project using also next-seo and next-auth. my _app.js is like
The cookie is written in browser but i'm unable to reload the page retaining the data. Any idea?