Any idea why this is happening? I am returning return NextResponse.rewrite( new URL(`https:/
Any idea why this is happening? I am returning
return NextResponse.rewrite(
new URL(
);
Should I be modifying any of the headers?
return NextResponse.rewrite(
new URL(
https://scholarcrafter.com/chris/, req.url));
Should I be modifying any of the headers?