nextauth-nextjs14-prisma
nextauth-nextjs14-prisma copied to clipboard
'AdapterAccount' is not assignable to type 'Promise
erAccount | null | undefi...'.
Type 'AdapterAccount' is not assignable to type 'Promise
9 | export const { handlers, auth, signIn, signOut } = NextAuth({ 10 | session: { strategy: 'jwt' },
11 | adapter: PrismaAdapter(prisma), | ^ 12 | pages: { 13 | signIn: '/login', 14 | }, Linting and checking validity of types .. ELIFECYCLE Command failed with exit code 1.