rsnext/test/e2e/app-dir/ppr-errors
Jiachi Liu 3008af6b0e
DX: add route context to the dynamic errors (#61332)
### What 

Given user infomation when the dynamic errors are thrown, e.g. bad
`cookies` or `headers` usages. Now users can tell through the error
information to see which pathname is broken, and trace down the usage.

#### before

```
Page couldn't be rendered statically because ...
This page needs to bail out of prerendering at this point because ...
```

#### after

```
Route /cookies couldn't be rendered statically because ...
Route /server needs to bail out of prerendering at this point because ...
```

### Why

When you have multi pages in your app, such as 100+, and many page might
uses these. This is hard to trace down where exactly the error is from

Closes NEXT-2283
Cloese NEXT-2265
2024-01-29 17:35:01 +01:00
..
app DX: add route context to the dynamic errors (#61332) 2024-01-29 17:35:01 +01:00
next.config.js ppr: fail static generation if postponed & missing postpone data (#57786) 2023-11-01 20:28:13 +00:00
ppr-errors.test.ts DX: add route context to the dynamic errors (#61332) 2024-01-29 17:35:01 +01:00