Fetch the latest/updated store in the getServerSideProps method in NextJs
I want to fetch the latest/updated store in the getServerSideProps
method.
I wrote the below codes but it’s giving the initial store with default values, not the updated or current store.