NextJS - Cookies #445
NextJS - Cookies
#445
-
|
In case this helps anyone, I was dealing with shifting layout across multiple routes with NextJS when rendering panels. There were multiple cookies being created for different routes causing issues. Setting the /path in the cookie appears to prevent the issues: |
Beta Was this translation helpful? Give feedback.
Answered by
bvaughn
Jan 21, 2026
Replies: 1 comment
-
|
Thanks for posting this! I've updated the docs and example code to include this suggestion and links to more info :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bvaughn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for posting this! I've updated the docs and example code to include this suggestion and links to more info :)