NextJS middleware and i18n
Unanswered
Selkirk Rex posted this in #help-forum
Original message was deleted.
3 Replies
Selkirk Rex
didnot find the way to set cookie when user enters its url in
https://nextjs.org/docs/app/building-your-application/routing/middleware#using-cookies
You need to set cookies on the Response object - That is the one being returned/sent
You need to set cookies on the Response object - That is the one being returned/sent