Replies: 1 comment
-
|
@mmoz Can you create a very simple/small GitHub repository with your issue? So we can have a look, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my app router, when I send a request from a server component and
console.log(session)in the route handler obtained fromconst session = await getIronSession<SessionData>(cookies(), sessionOptions);I get an empty object {} and I can't update the session. I would like to know if there is a way to update the session when sending a request from a server component?
Beta Was this translation helpful? Give feedback.
All reactions