rsnext/test/e2e/app-dir/static-generation-status
Jiachi Liu 93aac0e39b
Respect non 200 status to page static generation response (#63731)
### What

In static generation phase of app page, if there's any case that we're
receiving 3xx/4xx status code from the response, we 're setting it into
the static generation meta now to make sure they're still returning the
same status after build.

### Why

During static generation if there's any 3xx/4xx status code that is set
in the response, we should respect to it, such as the ones caused by
using `notFound()` to mark as 404 response or `redirect` to mark as
`307` response.

Closes NEXT-2895
Fixes #51021
Fixes #62228
2024-03-27 16:20:02 +01:00
..
app Respect non 200 status to page static generation response (#63731) 2024-03-27 16:20:02 +01:00
index.test.ts Respect non 200 status to page static generation response (#63731) 2024-03-27 16:20:02 +01:00