authsupabaseResponse = NextResponse.next({request}) within setAll()? I removed it and it seems like everything is working okay. Did I miss something in my testing?apps/web/src/middleware.ts file? What I found is that the first line, let supabaseResponse = NextResponse.next({request}), also seems to work as just let supabaseResponse = NextResponse.next() if I write this code in apps/web/src/middleware.ts. Is that unexpected to you?