Respected Sir,
In your code at location Next.js-14-Tutorials/route-handlers-demo/src
/middleware.ts in this file at line no 15 in redirect section there should be ""return NextResponse.redirect(new URL("/hello", request.nextUrl));"" instead of ""return NextResponse.rewrite(new URL("/hello", request.nextUrl));""
Respected Sir,
In your code at location Next.js-14-Tutorials/route-handlers-demo/src
/middleware.ts in this file at line no 15 in redirect section there should be ""return NextResponse.redirect(new URL("/hello", request.nextUrl));"" instead of ""return NextResponse.rewrite(new URL("/hello", request.nextUrl));""