Next.js Discord

Discord Forum

Session not updating in client component

Unanswered
Spotted Rail posted this in #help-forum
Open in Discord
Spotted RailOP
I am trying to update the session in a client component using update method: const { data: session, status, update } = useSession(); The session is not updating, I have compared both structure, i.e. of old session vs the new session variable I am trying to update.

1 Reply

Spotted RailOP