I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
Leon Serfaty G
2025-09-01 06:50:32 +00:00
parent 03a006545c
commit df5f5b7516
2 changed files with 7 additions and 4 deletions
+5 -1
View File
@@ -2,4 +2,8 @@
import NextAuth from 'next-auth';
import { authConfig } from './auth.config';
export const { handlers, auth, signIn, signOut } = NextAuth(authConfig);
export const runtime = "nodejs";
const { handlers, auth, signIn, signOut } = NextAuth(authConfig);
export { handlers, auth, signIn, signOut };