rsnext/test/e2e/app-dir/app
Wyatt Johnson e7694b3f3d
[ppr] Enable static shell debugging in other environments (#65483)
To assist with the development and testing of the new partial
prerendering (PPR) paradigm, this introduces a stop-gap solution to let
us verify issues with pages in preview and production environments if
enabled. When a Next.js app is built and ran with the
`__NEXT_EXPERIMENTAL_STATIC_SHELL_DEBUGGING=1` environment variable,
pages that have PPR enabled in production and preview environments can
have only their static shell served when accessed with a
`?__nextppronly=1` query parameter.

If your project is not using PPR, it will not change anything. If a page
is accessed in production or development with the query parameter but
PPR is not enabled, it will not change anything. Tests have been added
to validate that going forward.
2024-06-10 09:42:32 -07:00
..
app Handle nonce on Next.js injected script/link tags (#65508) 2024-05-10 16:21:22 +02:00
pages Fix SSG query with experimental-compile (#56680) 2023-10-11 01:52:36 +00:00
public fix: <Script> with beforeInteractive strategy ignores additional attributes in App Router (#59779) 2024-01-03 20:48:55 +01:00
styles Leverage mini css plugin hmr for app dir (#38830) 2022-07-21 14:38:04 +02:00
experimental-compile.test.ts Add additional handling for experimental-compile (#56224) 2023-09-29 22:11:45 +00:00
flying-shuttle.test.ts Add experimental trace file field (#65071) 2024-04-26 10:08:02 -07:00
index.test.ts [ppr] Enable static shell debugging in other environments (#65483) 2024-06-10 09:42:32 -07:00
middleware.js Handle nonce on Next.js injected script/link tags (#65508) 2024-05-10 16:21:22 +02:00
next.config.js Add experimental trace file field (#65071) 2024-04-26 10:08:02 -07:00
standalone-gsp.test.ts Replace createNextDescribe with nextTestSetup (#64817) 2024-04-25 12:06:12 -06:00
standalone.test.ts Replace createNextDescribe with nextTestSetup (#64817) 2024-04-25 12:06:12 -06:00
useReportWebVitals.test.ts BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests (#64199) 2024-04-15 15:23:30 +00:00