Skip to content

Update Rspack development test manifest#91936

Closed
vercel-release-bot wants to merge 1 commit intocanaryfrom
update/rspack-manifest-1774509918175
Closed

Update Rspack development test manifest#91936
vercel-release-bot wants to merge 1 commit intocanaryfrom
update/rspack-manifest-1774509918175

Conversation

@vercel-release-bot
Copy link
Copy Markdown
Contributor

This auto-generated PR updates the development integration test manifest used when testing Rspack.

@nextjs-bot
Copy link
Copy Markdown
Contributor

nextjs-bot commented Mar 26, 2026

Failing test suites

Commit: d4b216a | About building and testing Next.js

pnpm test-dev test/development/app-dir/enabled-features-trace/enabled-features-trace.test.ts (job)

  • enabled features in trace > should denormalize inherited enabled features during upload (DD)
Expand output

● enabled features in trace › should denormalize inherited enabled features during upload

expect(received).toBeDefined()

Received: undefined

  106 |     )
  107 |
> 108 |     expect(renderPathEvent).toBeDefined()
      |                             ^
  109 |     expect(renderPathEvent.tags['feature.serverFastRefreshDisabled']).toBe(true)
  110 |   })
  111 | })

  at Object.toBeDefined (development/app-dir/enabled-features-trace/enabled-features-trace.test.ts:108:29)

pnpm test-start-turbo test/e2e/app-dir/segment-cache/staleness/segment-cache-per-page-dynamic-stale-time.test.ts (turbopack) (job)

  • segment cache (per-page dynamic stale time) > per-page value overrides global staleTimes.dynamic regardless of direction (DD)
Expand output

● segment cache (per-page dynamic stale time) › per-page value overrides global staleTimes.dynamic regardless of direction

thrown: "Exceeded timeout of 60000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  50 |       }
  51 |
> 52 |       const result = Reflect.apply(target, thisArg, args)
     |                              ^
  53 |       return typeof result === 'function' ? wrapJestTestFn(result) : result
  54 |     },
  55 |     get(target, prop, receiver) {

  at Object.apply (lib/e2e-utils/index.ts:52:30)
  at it (e2e/app-dir/segment-cache/staleness/segment-cache-per-page-dynamic-stale-time.test.ts:216:3)
  at Object.describe (e2e/app-dir/segment-cache/staleness/segment-cache-per-page-dynamic-stale-time.test.ts:5:1)

pnpm test-dev-turbo test/development/basic/allowed-dev-origins.test.ts (turbopack) (job)

  • allowed-dev-origins, basePath: "/docs" > configured allowed origins > should block no-cors requests without a referer even when origins are configured (DD)
Expand output

● allowed-dev-origins, basePath: "/docs" › configured allowed origins › should block no-cors requests without a referer even when origins are configured

expect(received).toContain(expected) // indexOf

Expected substring: "/docs/_next/static/chunks/pages/_app.js"
Received string:    "▲ Next.js 16.2.1-canary.9 (Turbopack)
- Local:         http://localhost:38625
- Network:       http://65.109.69.203:38625
✓ Ready in 559ms
Creating turbopack project {
  dir: '/tmp/next-install-d0e99fcff5d54e78f091bb9ee0fbe70b48eddeeb2a281837eb95899c869f9b21',
  testMode: true
}
- Experiments (use with caution):
  ✓ strictRouteTypes (enabled by `__NEXT_EXPERIMENTAL_STRICT_ROUTE_TYPES`)·
 GET /404 404 in 1877ms (next.js: 1837ms, application-code: 40ms)
"

  89 |   }
  90 | ) {
> 91 |   expect(output).toContain(options.resourcePath)
     |                  ^
  92 |   expect(output).toContain(
  93 |     'Cross-origin access to Next.js dev resources is blocked by default for safety.'
  94 |   )

  at toContain (development/basic/allowed-dev-origins.test.ts:91:18)
  at Object.expectBlockedDevResourceMessage (development/basic/allowed-dev-origins.test.ts:414:9)

pnpm test-start test/e2e/app-dir/app-static/app-static-custom-handler.test.ts (job)

  • app-dir static/dynamic handling > should respond correctly for dynamic route with dynamicParams false in layout (DD)
  • app-dir static/dynamic handling > should respond correctly for partially dynamic route with dynamicParams false in layout (DD)
  • app-dir static/dynamic handling > should use auto no cache when no fetch config (DD)
  • app-dir static/dynamic handling > should correctly handle "default" cache statuses (DD)
  • app-dir static/dynamic handling > should still cache even though the W3C trace context headers traceparent and tracestate were different (DD)
  • app-dir static/dynamic handling > should warn for too many cache tags (DD)
  • app-dir static/dynamic handling > should propagate unstable_cache tags correctly (DD)
  • app-dir static/dynamic handling > should infer a fetchCache of force-no-store when force-dynamic is used (DD)
  • app-dir static/dynamic handling > should infer a fetch cache of "force-cache" when force-dynamic is used on a fetch with revalidate (DD)
  • app-dir static/dynamic handling > force-dynamic should supercede a "default" cache value (DD)
  • app-dir static/dynamic handling > fetchCache config should supercede dynamic config when force-dynamic is used (DD)
  • app-dir static/dynamic handling > fetch cache should supercede dynamic config when force-dynamic is used (DD)
  • app-dir static/dynamic handling > should correctly include headers instance in cache key (DD)
  • app-dir static/dynamic handling > unstable-cache should work in pages/unstable-cache-node (DD)
  • app-dir static/dynamic handling > unstable-cache should work in pages/unstable-cache-edge (DD)
  • app-dir static/dynamic handling > unstable-cache should work in pages/api/unstable-cache-node (DD)
  • app-dir static/dynamic handling > unstable-cache should work in pages/api/unstable-cache-edge (DD)
  • app-dir static/dynamic handling > should not have cache tags header for non-minimal mode (DD)
  • app-dir static/dynamic handling > should correctly skip caching POST fetch for POST handler (DD)
  • app-dir static/dynamic handling > should correctly handle fetchCache = "force-no-store" (DD)
  • app-dir static/dynamic handling > should not cache non-ok statusCode (DD)
  • app-dir static/dynamic handling > should not encode dynamic parameters as search parameters in RSC data (DD)
  • app-dir static/dynamic handling > should output HTML/RSC files for static paths (DD)
  • app-dir static/dynamic handling > should have correct prerender-manifest entries (DD)
  • app-dir static/dynamic handling > should output debug info for static bailouts (DD)
  • app-dir static/dynamic handling > should log fetch metrics to the diagnostics directory (DD)
  • app-dir static/dynamic handling > should have correct cache tags for prerendered path (DD)
  • app-dir static/dynamic handling > should stream properly for /stale-cache-serving/app-page (DD)
  • app-dir static/dynamic handling > should stream properly for /stale-cache-serving/route-handler (DD)
  • app-dir static/dynamic handling > should stream properly for /stale-cache-serving-edge/app-page (DD)
  • app-dir static/dynamic handling > should stream properly for /stale-cache-serving-edge/route-handler (DD)
  • app-dir static/dynamic handling > should correctly handle statusCode with notFound + ISR (DD)
  • app-dir static/dynamic handling > should cache correctly for fetchCache = default-cache (DD)
  • app-dir static/dynamic handling > should cache correctly when accessing search params opts into dynamic rendering (DD)
  • app-dir static/dynamic handling > should cache correctly for fetchCache = force-cache (DD)
  • app-dir static/dynamic handling > should cache correctly for cache: "force-cache" and "revalidate" (DD)
  • app-dir static/dynamic handling > should cache correctly for cache: no-store (DD)
  • app-dir static/dynamic handling > should not error with dynamic server usage with force-static (DD)
  • app-dir static/dynamic handling > should produce response with url from fetch (DD)
  • app-dir static/dynamic handling > should properly error when dynamic = "error" page uses dynamic (DD)
  • app-dir static/dynamic handling > should skip cache in draft mode (DD)
  • app-dir static/dynamic handling > should handle partial-gen-params with default dynamicParams correctly (DD)
  • app-dir static/dynamic handling > should handle partial-gen-params with layout dynamicParams = false correctly (DD)
  • app-dir static/dynamic handling > should handle partial-gen-params with page dynamicParams = false correctly (DD)
  • app-dir static/dynamic handling > should honor fetch cache correctly (DD)
  • app-dir static/dynamic handling > should honor fetch cache correctly (edge) (DD)
  • app-dir static/dynamic handling > should cache correctly with authorization header and revalidate (DD)
  • app-dir static/dynamic handling > should skip fetch cache when an authorization header is present after dynamic usage (DD)
  • app-dir static/dynamic handling > should skip fetch cache when accessing request properties (DD)
  • app-dir static/dynamic handling > should not cache correctly with POST method request init (DD)
  • app-dir static/dynamic handling > should cache correctly with post method and revalidate (DD)
  • app-dir static/dynamic handling > should cache correctly with post method and revalidate edge (DD)
  • app-dir static/dynamic handling > should cache correctly with POST method and revalidate (DD)
  • app-dir static/dynamic handling > should cache correctly with cookie header and revalidate (DD)
  • app-dir static/dynamic handling > should cache correctly with utf8 encoding (DD)
  • app-dir static/dynamic handling > should cache correctly with utf8 encoding edge (DD)
  • app-dir static/dynamic handling > should cache correctly handle JSON body (DD)
  • app-dir static/dynamic handling > should not throw Dynamic Server Usage error when using generateStaticParams with draftMode (DD)
  • app-dir static/dynamic handling > should force SSR correctly for headers usage (DD)
  • app-dir static/dynamic handling > should allow dynamic routes to access cookies (DD)
  • app-dir static/dynamic handling > should not error with generateStaticParams and dynamic data (DD)
  • app-dir static/dynamic handling > should not error with force-dynamic and catch-all routes (DD)
  • app-dir static/dynamic handling > should not error with generateStaticParams and authed data on revalidate (DD)
  • app-dir static/dynamic handling > should work with forced dynamic path (DD)
  • app-dir static/dynamic handling > should work with dynamic path no generateStaticParams (DD)
  • app-dir static/dynamic handling > should handle dynamicParams: true correctly (DD)
  • app-dir static/dynamic handling > should ssr dynamically when detected automatically with fetch cache option (DD)
  • app-dir static/dynamic handling > should render not found pages correctly and fallback to the default one (DD)
  • app-dir static/dynamic handling > should ssr dynamically when forced via config (DD)
  • app-dir static/dynamic handling > should keep querystring on static page (DD)
  • app-dir static/dynamic handling > should have logs from cache-handler (DD)
  • app-dir static/dynamic handling > should build dynamic param with edge runtime correctly (DD)
  • app-dir static/dynamic handling > Incremental cache limits > should cache large data when using custom cache handler and force-cache mode (DD)
  • app-dir static/dynamic handling > unstable_cache > should retrieve the same value on second request (DD)
  • app-dir static/dynamic handling > unstable_cache > should bypass cache in draft mode (DD)
  • app-dir static/dynamic handling > unstable_cache > should not cache new result in draft mode (DD)
  • app-dir static/dynamic handling > unstable_cache > should be able to read the draft mode status (DD)
  • app-dir static/dynamic handling > unstable_cache > should not error when retrieving the value undefined (DD)
  • app-dir static/dynamic handling > unstable_cache > should not error when calling a fetch no-store (DD)
  • app-dir static/dynamic handling > unstable_cache > should not error when calling a fetch no-cache (DD)
  • app-dir static/dynamic handling > unstable_noStore > should opt-out of static optimization (DD)
  • app-dir static/dynamic handling > unstable_noStore > should not opt-out of static optimization when used in next/cache (DD)
  • app-dir static/dynamic handling > updateTag/revalidateTag > should throw error when updateTag is called in route handler (DD)
  • app-dir static/dynamic handling > updateTag/revalidateTag > should successfully update tag when called from server action (DD)
  • app-dir static/dynamic handling > updateTag/revalidateTag > revalidateTag work with max profile in server actions (DD)
  • app-dir static/dynamic handling > updateTag/revalidateTag > should show deprecation warning for revalidateTag without second argument (DD)
  • app-dir static/dynamic handling > usePathname > should have the correct values (DD)
  • app-dir static/dynamic handling > usePathname > should have values from canonical url on rewrite (DD)
  • app-dir static/dynamic handling > useSearchParams > client > should bailout to client rendering - with suspense boundary (DD)
  • app-dir static/dynamic handling > useSearchParams > client > should have values from canonical url on rewrite (DD)
  • app-dir static/dynamic handling > useSearchParams > server response > should bailout to client rendering - with suspense boundary (DD)
Expand output

● app-dir static/dynamic handling › should respond correctly for dynamic route with dynamicParams false in layout

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should respond correctly for dynamic route with dynamicParams false in layout

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should respond correctly for partially dynamic route with dynamicParams false in layout

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should respond correctly for partially dynamic route with dynamicParams false in layout

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should use auto no cache when no fetch config

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should use auto no cache when no fetch config

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should correctly handle "default" cache statuses

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should correctly handle "default" cache statuses

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should still cache even though the W3C trace context headers traceparent and tracestate were different

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should still cache even though the W3C trace context headers traceparent and tracestate were different

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should warn for too many cache tags

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should warn for too many cache tags

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should propagate unstable_cache tags correctly

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should propagate unstable_cache tags correctly

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should infer a fetchCache of force-no-store when force-dynamic is used

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should infer a fetchCache of force-no-store when force-dynamic is used

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should infer a fetch cache of "force-cache" when force-dynamic is used on a fetch with revalidate

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should infer a fetch cache of "force-cache" when force-dynamic is used on a fetch with revalidate

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › force-dynamic should supercede a "default" cache value

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › force-dynamic should supercede a "default" cache value

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › fetchCache config should supercede dynamic config when force-dynamic is used

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › fetchCache config should supercede dynamic config when force-dynamic is used

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › fetch cache should supercede dynamic config when force-dynamic is used

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › fetch cache should supercede dynamic config when force-dynamic is used

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should correctly include headers instance in cache key

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should correctly include headers instance in cache key

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should correctly de-dupe fetch without next cache /react-fetch-deduping-node

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should correctly de-dupe fetch without next cache /react-fetch-deduping-node

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should correctly de-dupe fetch without next cache /react-fetch-deduping-edge

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should correctly de-dupe fetch without next cache /react-fetch-deduping-edge

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable-cache should work in pages/unstable-cache-node

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable-cache should work in pages/unstable-cache-node

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable-cache should work in pages/unstable-cache-edge

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable-cache should work in pages/unstable-cache-edge

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable-cache should work in pages/api/unstable-cache-node

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable-cache should work in pages/api/unstable-cache-node

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable-cache should work in pages/api/unstable-cache-edge

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable-cache should work in pages/api/unstable-cache-edge

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not have cache tags header for non-minimal mode

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not have cache tags header for non-minimal mode

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should correctly skip caching POST fetch for POST handler

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should correctly skip caching POST fetch for POST handler

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should correctly handle fetchCache = "force-no-store"

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should correctly handle fetchCache = "force-no-store"

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not cache non-ok statusCode

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not cache non-ok statusCode

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not encode dynamic parameters as search parameters in RSC data

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not encode dynamic parameters as search parameters in RSC data

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should output HTML/RSC files for static paths

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should output HTML/RSC files for static paths

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should have correct prerender-manifest entries

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should have correct prerender-manifest entries

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should output debug info for static bailouts

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should output debug info for static bailouts

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should log fetch metrics to the diagnostics directory

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should log fetch metrics to the diagnostics directory

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should have correct cache tags for prerendered path

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should have correct cache tags for prerendered path

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving/app-page

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving/app-page

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving/route-handler

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving/route-handler

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving-edge/app-page

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving-edge/app-page

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving-edge/route-handler

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should stream properly for /stale-cache-serving-edge/route-handler

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should correctly handle statusCode with notFound + ISR

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should correctly handle statusCode with notFound + ISR

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly for fetchCache = default-cache

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly for fetchCache = default-cache

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly when accessing search params opts into dynamic rendering

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly when accessing search params opts into dynamic rendering

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly for fetchCache = force-cache

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly for fetchCache = force-cache

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly for cache: "force-cache" and "revalidate"

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly for cache: "force-cache" and "revalidate"

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly for cache: no-store

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly for cache: no-store

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not error with dynamic server usage with force-static

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not error with dynamic server usage with force-static

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should produce response with url from fetch

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should produce response with url from fetch

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should properly error when dynamic = "error" page uses dynamic

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should properly error when dynamic = "error" page uses dynamic

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should skip cache in draft mode

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should skip cache in draft mode

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should handle partial-gen-params with default dynamicParams correctly

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should handle partial-gen-params with default dynamicParams correctly

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should handle partial-gen-params with layout dynamicParams = false correctly

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should handle partial-gen-params with layout dynamicParams = false correctly

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should handle partial-gen-params with page dynamicParams = false correctly

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should handle partial-gen-params with page dynamicParams = false correctly

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should honor fetch cache correctly

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should honor fetch cache correctly

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should honor fetch cache correctly (edge)

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should honor fetch cache correctly (edge)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly with authorization header and revalidate

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly with authorization header and revalidate

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should skip fetch cache when an authorization header is present after dynamic usage

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should skip fetch cache when an authorization header is present after dynamic usage

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should skip fetch cache when accessing request properties

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should skip fetch cache when accessing request properties

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not cache correctly with POST method request init

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not cache correctly with POST method request init

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly with post method and revalidate

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly with post method and revalidate

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly with post method and revalidate edge

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly with post method and revalidate edge

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly with POST method and revalidate

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly with POST method and revalidate

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly with cookie header and revalidate

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly with cookie header and revalidate

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly with utf8 encoding

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly with utf8 encoding

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly with utf8 encoding edge

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly with utf8 encoding edge

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should cache correctly handle JSON body

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should cache correctly handle JSON body

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not throw Dynamic Server Usage error when using generateStaticParams with draftMode

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not throw Dynamic Server Usage error when using generateStaticParams with draftMode

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should force SSR correctly for headers usage

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should force SSR correctly for headers usage

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should allow dynamic routes to access cookies

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should allow dynamic routes to access cookies

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not error with generateStaticParams and dynamic data

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not error with generateStaticParams and dynamic data

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not error with force-dynamic and catch-all routes

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not error with force-dynamic and catch-all routes

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should not error with generateStaticParams and authed data on revalidate

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should not error with generateStaticParams and authed data on revalidate

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should work with forced dynamic path

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should work with forced dynamic path

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should work with dynamic path no generateStaticParams

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should work with dynamic path no generateStaticParams

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should handle dynamicParams: true correctly

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should handle dynamicParams: true correctly

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should ssr dynamically when detected automatically with fetch cache option

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should ssr dynamically when detected automatically with fetch cache option

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should render not found pages correctly and fallback to the default one

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should render not found pages correctly and fallback to the default one

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should ssr dynamically when detected automatically with fetch revalidate option

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should ssr dynamically when detected automatically with fetch revalidate option

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should ssr dynamically when forced via config

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should ssr dynamically when forced via config

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › useSearchParams › client › should bailout to client rendering - with suspense boundary

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › useSearchParams › client › should bailout to client rendering - with suspense boundary

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › useSearchParams › client › should have empty search params on force-static

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › useSearchParams › client › should have empty search params on force-static

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › useSearchParams › client › should have values from canonical url on rewrite

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › useSearchParams › client › should have values from canonical url on rewrite

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › useSearchParams › server response › should bailout to client rendering - with suspense boundary

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › useSearchParams › server response › should bailout to client rendering - with suspense boundary

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › useSearchParams › server response › should have empty search params on force-static

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › useSearchParams › server response › should have empty search params on force-static

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › usePathname › should have the correct values

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › usePathname › should have the correct values

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › usePathname › should have values from canonical url on rewrite

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › usePathname › should have values from canonical url on rewrite

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_noStore › should opt-out of static optimization

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_noStore › should opt-out of static optimization

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_noStore › should not opt-out of static optimization when used in next/cache

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_noStore › should not opt-out of static optimization when used in next/cache

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_cache › should retrieve the same value on second request

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_cache › should retrieve the same value on second request

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_cache › should bypass cache in draft mode

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_cache › should bypass cache in draft mode

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_cache › should not cache new result in draft mode

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_cache › should not cache new result in draft mode

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_cache › should be able to read the draft mode status

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_cache › should be able to read the draft mode status

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_cache › should not error when retrieving the value undefined

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_cache › should not error when retrieving the value undefined

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_cache › should not error when calling a fetch no-store

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_cache › should not error when calling a fetch no-store

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › unstable_cache › should not error when calling a fetch no-cache

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › unstable_cache › should not error when calling a fetch no-cache

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should keep querystring on static page

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should keep querystring on static page

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should have logs from cache-handler

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should have logs from cache-handler

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › Incremental cache limits › should cache large data when using custom cache handler and force-cache mode

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › Incremental cache limits › should cache large data when using custom cache handler and force-cache mode

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › should build dynamic param with edge runtime correctly

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › should build dynamic param with edge runtime correctly

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › updateTag/revalidateTag › should throw error when updateTag is called in route handler

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › updateTag/revalidateTag › should throw error when updateTag is called in route handler

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › updateTag/revalidateTag › should successfully update tag when called from server action

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › updateTag/revalidateTag › should successfully update tag when called from server action

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › updateTag/revalidateTag › revalidateTag work with max profile in server actions

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › updateTag/revalidateTag › revalidateTag work with max profile in server actions

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● app-dir static/dynamic handling › updateTag/revalidateTag › should show deprecation warning for revalidateTag without second argument

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  328 |   let next: NextInstance | undefined
  329 |   if (!skipped) {
> 330 |     beforeAll(async () => {
      |     ^
  331 |       next = await createNext(options)
  332 |     })
  333 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:330:5)
  at e2e/app-dir/app-static/app-static.test.ts:20:18
  at Object.describe (e2e/app-dir/app-static/app-static.test.ts:18:1)
  at Object.require (e2e/app-dir/app-static/app-static-custom-handler.test.ts:2:1)

● app-dir static/dynamic handling › updateTag/revalidateTag › should show deprecation warning for revalidateTag without second argument

next instance is not initialized yet, make sure you call methods on next instance in test body.

  342 |     get: function (_target, property) {
  343 |       if (!next) {
> 344 |         throw new Error(
      |               ^
  345 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  346 |         )
  347 |       }

  at Object.get (lib/e2e-utils/index.ts:344:15)
  at Object.readFile (e2e/app-dir/app-static/app-static.test.ts:38:20)

● Test suite failed to run

next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished

  209 |     if (nextInstance) {
  210 |       await nextInstance.destroy()
> 211 |       throw new Error(
      |             ^
  212 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
  213 |       )
  214 |     }

  at Object.<anonymous> (lib/e2e-utils/index.ts:211:13)

@nextjs-bot
Copy link
Copy Markdown
Contributor

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

Metric Canary PR Change Trend
Cold (Listen) 455ms 456ms ▄█▁▁▁
Cold (Ready in log) 449ms 446ms ▄█▁▁▁
Cold (First Request) 834ms 831ms ▃▅▂▂▂
Warm (Listen) 457ms 456ms ▅█▁▁▁
Warm (Ready in log) 449ms 445ms ▅█▁▁▁
Warm (First Request) 353ms 348ms ▃▇▁▁▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

Metric Canary PR Change Trend
Cold (Listen) 455ms 456ms ▁▁▁█▁
Cold (Ready in log) 437ms 438ms ▃▁▁▇▁
Cold (First Request) 1.871s 1.867s █▁▄▆▄
Warm (Listen) 456ms 456ms ▁▁▁█▁
Warm (Ready in log) 438ms 437ms ▃▁▁▆▁
Warm (First Request) 1.874s 1.891s ▂▂▃█▄

⚡ Production Builds

Metric Canary PR Change Trend
Fresh Build 4.106s 4.113s ▃▆▁▁▁
Cached Build 4.103s 4.105s ▃▆▁▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

Metric Canary PR Change Trend
Fresh Build 14.491s 14.437s ▅▁▂▆▁
Cached Build 14.652s 14.638s ▅▁▂▆▂
node_modules Size 484 MB 484 MB ▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles
Canary PR Change
02fkg8wfh0iju.js gzip 9.19 kB N/A -
050zwt5xh_0tx.js gzip 10.4 kB N/A -
065903t83m09o.js gzip 163 B N/A -
06q50_czmzxnk.js gzip 156 B N/A -
06rvbj82bhyo0.js gzip 13 kB N/A -
087fzjd-gvlzv.js gzip 450 B N/A -
0aamexw5xkr-b.js gzip 153 B N/A -
0cz1d0mv5g_q7.js gzip 39.4 kB 39.4 kB
0ecgby5g-god1.js gzip 65.7 kB N/A -
0ppxcl_z43mad.js gzip 8.52 kB N/A -
12u9cvy985d0g.js gzip 48.9 kB N/A -
17lnq5koe37lo.js gzip 155 B N/A -
19oha6-znmkcv.js gzip 8.55 kB N/A -
1elt1qium-r2m.css gzip 115 B 115 B
1yl5jy653a49k.js gzip 13.7 kB N/A -
1yy1wvoa-qn8a.js gzip 156 B N/A -
1zi18gdtym70f.js gzip 7.61 kB N/A -
254sbfouc_-8e.js gzip 158 B N/A -
26elcgxnn9zjd.js gzip 8.52 kB N/A -
2900hudr6gvm0.js gzip 2.28 kB N/A -
2anybq2blqf9q.js gzip 169 B N/A -
2ihlsvbo2c9e8.js gzip 215 B 215 B
2lv2js3kmdeho.js gzip 8.48 kB N/A -
2pwxk1qk07o_b.js gzip 161 B N/A -
2rehygrd36hqv.js gzip 8.58 kB N/A -
2srwswih0m9_h.js gzip 13.3 kB N/A -
3-p9p9mheqhzx.js gzip 8.55 kB N/A -
31030bryqpolg.js gzip 8.53 kB N/A -
31dx5nmrzzuy7.js gzip 225 B N/A -
39nk-zf3a0nhn.js gzip 70.8 kB N/A -
3a54xvfmi0i_m.js gzip 158 B N/A -
3iu80eefg23ae.js gzip 9.77 kB N/A -
3jfbntkaf_x1c.js gzip 154 B N/A -
3k-48b78ys_vy.js gzip 10.1 kB N/A -
3m7-5rfj0avoz.js gzip 12.9 kB N/A -
3myhogl54lr0o.js gzip 156 B N/A -
3tyy4ykttjnpz.js gzip 154 B N/A -
3uqce_6sa526g.js gzip 8.47 kB N/A -
3uzrrgxyv3ikx.js gzip 157 B N/A -
3yurjqk-sjs3y.js gzip 1.46 kB N/A -
421vzwdt9j1b_.js gzip 5.62 kB N/A -
turbopack-04..nmnd.js gzip 4.16 kB N/A -
turbopack-06..sthx.js gzip 4.16 kB N/A -
turbopack-0j..tct3.js gzip 4.16 kB N/A -
turbopack-0k..cnrg.js gzip 4.16 kB N/A -
turbopack-0t..z8i5.js gzip 4.16 kB N/A -
turbopack-2f..xyz0.js gzip 4.14 kB N/A -
turbopack-2i..tw1k.js gzip 4.16 kB N/A -
turbopack-2m..7l3i.js gzip 4.16 kB N/A -
turbopack-2n..z-4a.js gzip 4.16 kB N/A -
turbopack-39..6niw.js gzip 4.16 kB N/A -
turbopack-3a..sbpa.js gzip 4.16 kB N/A -
turbopack-3g..gx5t.js gzip 4.16 kB N/A -
turbopack-3p..k6b0.js gzip 4.16 kB N/A -
turbopack-45..u28p.js gzip 4.18 kB N/A -
03dgzoo-qf3sm.js gzip N/A 9.19 kB -
047hwu5bimcw9.js gzip N/A 48.9 kB -
05tx5f25dlivn.js gzip N/A 8.53 kB -
0bvr530476ohc.js gzip N/A 157 B -
0c7ez6p2qc57f.js gzip N/A 5.62 kB -
0gkyelp5f6i6a.js gzip N/A 158 B -
0lpgurqn722l7.js gzip N/A 157 B -
0mouxuxsta9z5.js gzip N/A 157 B -
0n95_eeqgrhcd.js gzip N/A 13.7 kB -
0qnwuk92m8i7o.js gzip N/A 10.4 kB -
0r4wrn6n0ue2m.js gzip N/A 8.55 kB -
0rp0fodtbt_6m.js gzip N/A 8.52 kB -
0sfck-km4dl1k.js gzip N/A 8.47 kB -
0x0xuhmxzwkp8.js gzip N/A 8.47 kB -
1_16roc3n-fku.js gzip N/A 155 B -
1-wdvgxnzicj7.js gzip N/A 1.46 kB -
11u6nxujb2eg4.js gzip N/A 450 B -
1g8gpmi2yclnu.js gzip N/A 154 B -
1yber4lya1-wo.js gzip N/A 7.6 kB -
2606egektt6ub.js gzip N/A 156 B -
2k9ax08cjl2id.js gzip N/A 12.9 kB -
2lms6k76q5-6m.js gzip N/A 13.3 kB -
2oi7rp1mrgzfn.js gzip N/A 160 B -
2q3hz-jtbjs52.js gzip N/A 9.77 kB -
2qi8awd4u6v-a.js gzip N/A 154 B -
2qx4twi9i3xus.js gzip N/A 2.28 kB -
2srnqic6tvxxd.js gzip N/A 8.52 kB -
2uj17rp36b0-r.js gzip N/A 155 B -
3-0v2m_194426.js gzip N/A 70.8 kB -
30l7m4nayp73a.js gzip N/A 8.55 kB -
38rr7d3kfutni.js gzip N/A 13 kB -
3fmian0et6mwg.js gzip N/A 65.7 kB -
3h_ecpiaatwgc.js gzip N/A 10.1 kB -
3ity0aahajapd.js gzip N/A 225 B -
3iv2dg6j-y5bm.js gzip N/A 161 B -
3ofba-4o0xbl5.js gzip N/A 155 B -
3y8khpe7w94az.js gzip N/A 169 B -
43mlw9dy_8f02.js gzip N/A 8.58 kB -
turbopack-04..-u4q.js gzip N/A 4.16 kB -
turbopack-0t..nqw6.js gzip N/A 4.16 kB -
turbopack-0u..k97r.js gzip N/A 4.16 kB -
turbopack-0v..598d.js gzip N/A 4.16 kB -
turbopack-0v..4-rr.js gzip N/A 4.16 kB -
turbopack-0z..4p1y.js gzip N/A 4.16 kB -
turbopack-13..9v57.js gzip N/A 4.16 kB -
turbopack-17..w00g.js gzip N/A 4.16 kB -
turbopack-1e..nylp.js gzip N/A 4.17 kB -
turbopack-1t..q_c3.js gzip N/A 4.16 kB -
turbopack-27..uth1.js gzip N/A 4.16 kB -
turbopack-2l..9gik.js gzip N/A 4.14 kB -
turbopack-3-..t1pa.js gzip N/A 4.16 kB -
turbopack-33..xqs3.js gzip N/A 4.16 kB -
Total 464 kB 464 kB ✅ -22 B

Server

Middleware
Canary PR Change
middleware-b..fest.js gzip 723 B 717 B
Total 723 B 717 B ✅ -6 B
Build Details
Build Manifests
Canary PR Change
_buildManifest.js gzip 434 B 436 B
Total 434 B 436 B ⚠️ +2 B

📦 Webpack

Client

Main Bundles
Canary PR Change
5528-HASH.js gzip 5.54 kB N/A -
6280-HASH.js gzip 60.7 kB N/A -
6335.HASH.js gzip 169 B N/A -
912-HASH.js gzip 4.59 kB N/A -
e8aec2e4-HASH.js gzip 62.7 kB N/A -
framework-HASH.js gzip 59.7 kB 59.7 kB
main-app-HASH.js gzip 255 B 254 B
main-HASH.js gzip 39.3 kB 39.2 kB
webpack-HASH.js gzip 1.68 kB 1.68 kB
262-HASH.js gzip N/A 4.59 kB -
2889.HASH.js gzip N/A 169 B -
5602-HASH.js gzip N/A 5.55 kB -
6948ada0-HASH.js gzip N/A 62.7 kB -
9544-HASH.js gzip N/A 61.4 kB -
Total 235 kB 235 kB ⚠️ +665 B
Polyfills
Canary PR Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Total 39.4 kB 39.4 kB
Pages
Canary PR Change
_app-HASH.js gzip 194 B 194 B
_error-HASH.js gzip 183 B 180 B 🟢 3 B (-2%)
css-HASH.js gzip 331 B 330 B
dynamic-HASH.js gzip 1.81 kB 1.81 kB
edge-ssr-HASH.js gzip 256 B 256 B
head-HASH.js gzip 351 B 352 B
hooks-HASH.js gzip 384 B 383 B
image-HASH.js gzip 580 B 581 B
index-HASH.js gzip 260 B 260 B
link-HASH.js gzip 2.51 kB 2.51 kB
routerDirect..HASH.js gzip 320 B 319 B
script-HASH.js gzip 386 B 386 B
withRouter-HASH.js gzip 315 B 315 B
1afbb74e6ecf..834.css gzip 106 B 106 B
Total 7.98 kB 7.98 kB ✅ -1 B

Server

Edge SSR
Canary PR Change
edge-ssr.js gzip 125 kB 125 kB
page.js gzip 270 kB 270 kB
Total 395 kB 396 kB ⚠️ +231 B
Middleware
Canary PR Change
middleware-b..fest.js gzip 617 B 616 B
middleware-r..fest.js gzip 156 B 155 B
middleware.js gzip 44 kB 44 kB
edge-runtime..pack.js gzip 842 B 842 B
Total 45.7 kB 45.6 kB ✅ -32 B
Build Details
Build Manifests
Canary PR Change
_buildManifest.js gzip 715 B 718 B
Total 715 B 718 B ⚠️ +3 B
Build Cache
Canary PR Change
0.pack gzip 4.34 MB 4.33 MB 🟢 8.71 kB (0%)
index.pack gzip 110 kB 110 kB
index.pack.old gzip 110 kB 109 kB
Total 4.56 MB 4.55 MB ✅ -9.51 kB

🔄 Shared (bundler-independent)

Runtimes
Canary PR Change
app-page-exp...dev.js gzip 334 kB 334 kB
app-page-exp..prod.js gzip 182 kB 182 kB
app-page-tur...dev.js gzip 334 kB 334 kB
app-page-tur..prod.js gzip 182 kB 182 kB
app-page-tur...dev.js gzip 330 kB 330 kB
app-page-tur..prod.js gzip 180 kB 180 kB
app-page.run...dev.js gzip 331 kB 331 kB
app-page.run..prod.js gzip 180 kB 180 kB
app-route-ex...dev.js gzip 76.2 kB 76.2 kB
app-route-ex..prod.js gzip 51.9 kB 51.9 kB
app-route-tu...dev.js gzip 76.3 kB 76.3 kB
app-route-tu..prod.js gzip 51.9 kB 51.9 kB
app-route-tu...dev.js gzip 75.9 kB 75.9 kB
app-route-tu..prod.js gzip 51.6 kB 51.6 kB
app-route.ru...dev.js gzip 75.8 kB 75.8 kB
app-route.ru..prod.js gzip 51.6 kB 51.6 kB
dist_client_...dev.js gzip 324 B 324 B
dist_client_...dev.js gzip 326 B 326 B
dist_client_...dev.js gzip 318 B 318 B
dist_client_...dev.js gzip 317 B 317 B
pages-api-tu...dev.js gzip 43.5 kB 43.5 kB
pages-api-tu..prod.js gzip 33.1 kB 33.1 kB
pages-api.ru...dev.js gzip 43.4 kB 43.4 kB
pages-api.ru..prod.js gzip 33.1 kB 33.1 kB
pages-turbo....dev.js gzip 52.9 kB 52.9 kB
pages-turbo...prod.js gzip 38.7 kB 38.7 kB
pages.runtim...dev.js gzip 52.8 kB 52.8 kB
pages.runtim..prod.js gzip 38.7 kB 38.7 kB
server.runti..prod.js gzip 62.5 kB 62.5 kB
Total 2.96 MB 2.96 MB ✅ -1 B
📎 Tarball URL
https://vercel-packages.vercel.app/next/commits/52fc7c69e382ae6ae567e671a714c2743c286bd3/next

@bgw bgw closed this Mar 30, 2026
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants