skip to Main Content

Reactjs – Unable to get session in nextAuth

I was trying to learn nextAuth using some tutorial videos on youtube. And I stumbled on a problem. This is my app/api/auth/[...nextauth].js file import NextAuth from "next-auth"; export default NextAuth({ providers: [ CredentialsProvider({ name: "Credentials", credentials: { username: { label:…

VIEW QUESTION
Back To Top
Search