Next.js Discord

Discord Forum

Middleware

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
The rewrite in the middleware is super slow - it increases the time by about 5x. Any ideas why this could be happening?

return NextResponse.rewrite(
   new URL(`/${profile.username}`, `http://${profile.settings.domain}`), // TODO: https
);


Full code in draft PR here https://github.com/EddieHubCommunity/BioDrop/pull/9436/files#diff-e7145ea3e4f5db1f4bc1c5be397238ee0c522c81afa6a7b8228261f54aa4e704R36-R38

0 Replies