Middleware and getServerSideProps share data
Unanswered
thedevkim posted this in #help-forum
Hi. How can i pass the data from Middleware to getServerSideProps. ?
I tried using cookie. On the middleware i set cookie value, but when i get to the getServerSideProps the value of the cookie is not updated.
I tried using cookie. On the middleware i set cookie value, but when i get to the getServerSideProps the value of the cookie is not updated.
1 Reply
Toyger
you can set headers instead cookies, they should be updated