diff --git a/lib/auth.ts b/lib/auth.ts index fbae70904..ef0e690d2 100644 --- a/lib/auth.ts +++ b/lib/auth.ts @@ -10,8 +10,8 @@ const SECURE_COOKIES:boolean = !!process.env.SECURE_COOKIES; export const authOptions: NextAuthOptions = { - // debug: !VERCEL_DEPLOYMENT, - debug: !SECURE_COOKIES, + debug: true, + // debug: !SECURE_COOKIES, useSecureCookies: SECURE_COOKIES, secret: process.env.NEXTAUTH_SECRET, providers: [