You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am setting cookies on the Client side with the package "nookies". Right after that, I redirect the user to another page and trigger the middleware that retrieves the current cookies.
The cookies don't contains the updated cookies, is there something I do wrong in my flow?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
@MarkBuoy Are the cookies HttpOnly ? Can you post an example of how you're updating the cookies.
Otherwise I believe this package uses the cookie library if you need examples but probably you've already tried most things.
I am setting cookies on the Client side with the package "nookies". Right after that, I redirect the user to another page and trigger the middleware that retrieves the current cookies.
The cookies don't contains the updated cookies, is there something I do wrong in my flow?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: