NextAuth(authOptions) is throwing “The types of ‘adapter.createUser’ are incompatible between these types
I’m currently working on a Next.js 14 project and trying to set up NextAuth using the app/ router. However, I’m encountering a type error that I can’t seem to resolve.