fix: remove edge config from next-auth route
This commit is contained in:
@@ -6,6 +6,6 @@ import { authOptions } from "~/server/auth";
|
||||
const handler = NextAuth(authOptions);
|
||||
export { handler as GET, handler as POST };
|
||||
|
||||
export const runtime = "edge";
|
||||
export const preferredRegion = 'lhr1';
|
||||
export const dynamic = 'force-dynamic'
|
||||
// export const runtime = "edge";
|
||||
// export const preferredRegion = 'lhr1';
|
||||
// export const dynamic = 'force-dynamic'
|
||||
|
||||
Reference in New Issue
Block a user