diff --git a/src/app/api/v1/auth/[...nextauth]/route.ts b/src/app/api/v1/auth/[...nextauth]/route.ts index 1023850..c725640 100644 --- a/src/app/api/v1/auth/[...nextauth]/route.ts +++ b/src/app/api/v1/auth/[...nextauth]/route.ts @@ -1,3 +1,4 @@ // [...nextauth].ts// auth.ts TS-Doc? import { handlers } from '@auth'; +export const dynamic = 'force-dynamic'; export const { GET, POST } = handlers;