Nishank Priydarshi
Nishank Priydarshi
irrelevant
I suggest asking in public, say on Twitter
does the same for react 18, deleted node_modules and package-lock.json file, ran yarn command and it works fine
``` import { NextResponse } from "next/server" import type { NextRequest } from "next/server" import { getSession } from "next-auth/react" export async function middleware(request: NextRequest) { const requestForNextAuth = {...