Damian Vitus
Results
1
comments of
Damian Vitus
add "as Adapter" as bellow and see if there will be a change. // @/auth.ts import NextAuth from "next-auth"; import GitHub from "next-auth/providers/github"; import Google from "next-auth/providers/google"; import { MongoDBAdapter...