diff --git a/package.json b/package.json index c457d5cc..84f25650 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,5 @@ }, "ct3aMetadata": { "initVersion": "7.22.0" - }, - "browser": { - "crypto": false, - "stream": false } } diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index 74f55343..12187687 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -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'