rsnext/test/e2e/app-dir/app-basepath
Jiachi Liu 29876c6f4f
Fix redirect under suspense boundary with basePath (#62597)
### What

Fixes `redirect()` call under suspense boundary, redirect url should
include the `basePath` in the url.

### Why

`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
2024-02-27 23:45:24 +01:00
..
app Fix redirect under suspense boundary with basePath (#62597) 2024-02-27 23:45:24 +01:00
components test: merge base path tests (#55069) 2023-09-06 17:20:47 +00:00
pages Ensure client filter with basePath is correct (#60580) 2024-01-12 20:55:56 +00:00
index.test.ts Fix redirect under suspense boundary with basePath (#62597) 2024-02-27 23:45:24 +01:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00