Help with NextAuth.js v5 and Client Components
Unanswered
Khao (Ping on reply) posted this in #help-forum
I'm new to NextAuth.js and I just recently upgraded to v5 but the documentation didn't tell me too much but my component is being used inside a page with
'use client'; and when I try to run it, it complains about await/async. I know it's a stupid question but I would like to know is there anyway to workaround this issue?