Next.js Discord

Discord Forum

useSession is null on initial render / login

Unanswered
Russian Blue posted this in #help-forum
Open in Discord
Russian BlueOP
Has anyone had issues with the useSession hook where it won't render on initial render / login? Did you solve it, and if so, how?

1 Reply

Russian BlueOP
Nvm, fixed it by adding "required: true" in the useSession function like const session = useSession({ required: true });