Nishank Priydarshi

Results 4 comments of Nishank Priydarshi

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 = {...