next.js
9bbd0821 - Improve redirection handling (#62561)

Commit
1 year ago
Improve redirection handling (#62561) Currently to redirect to another RSC route of the same app, we initiate another request to that route. This PR changes that request to directly use the internal hostname of the current server handler, rather than relying on other headers. Closes NEXT-2614
Author
Committer
Parents
Loading