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(https://scholarcrafter.com/chris/, req.url)
);

Should I be modifying any of the headers?
Was this page helpful?