next.js
400b57cf - Fix redirect under suspense boundary with basePath (#62597)

Commit
1 year ago
Fix redirect under suspense boundary with basePath (#62597) Fixes `redirect()` call under suspense boundary, redirect url should include the `basePath` in the url. `redirect()` under suspense boundaries will go through server html insertion, which is being used every time by suspense boundary resolved, new errors will triggered from SSR streaming. It was missing before. Fixes NEXT-2615 Fixes #62407
Author
Committer
Parents
Loading