Skip to content

Conversation

@devjiwonchoi
Copy link
Member

@devjiwonchoi devjiwonchoi commented Oct 8, 2025

This PR backports #84168

Following up on #84167, adding a deprecation warning for the Runtime config. This PR will be backported to v15.
@devjiwonchoi devjiwonchoi marked this pull request as ready for review October 8, 2025 20:22
@vercel
Copy link
Contributor

vercel bot commented Oct 8, 2025

Notifying the following users due to files changed in this PR based on this repo's notify modifiers:

@timneutkens, @ijjk, @shuding, @huozhi:

packages/next/src/server/config.ts

@ijjk
Copy link
Member

ijjk commented Oct 8, 2025

Failing test suites

Commit: 00ebf1b | About building and testing Next.js

__NEXT_EXPERIMENTAL_PPR=true pnpm test-start test/e2e/app-dir/back-forward-cache/back-forward-cache.test.ts (PPR)

  • back/forward cache > React state is preserved when navigating with back/forward buttons (DD)
  • back/forward cache > React state is preserved when navigating back/forward with links (DD)
  • back/forward cache > React state is preserved when navigating back to a page with different search params than before (DD)
  • back/forward cache > bfcache only preserves up to N entries (DD)
  • back/forward cache > navigate back and forth repeatedly between the same pages without evicting (DD)
Expand output

● back/forward cache › React state is preserved when navigating with back/forward buttons

next build failed with code/signal 1

  107 |             if (code || signal)
  108 |               reject(
> 109 |                 new Error(
      |                 ^
  110 |                   `next build failed with code/signal ${code || signal}`
  111 |                 )
  112 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:109:17)

● back/forward cache › React state is preserved when navigating back/forward with links

next build failed with code/signal 1

  107 |             if (code || signal)
  108 |               reject(
> 109 |                 new Error(
      |                 ^
  110 |                   `next build failed with code/signal ${code || signal}`
  111 |                 )
  112 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:109:17)

● back/forward cache › React state is preserved when navigating back to a page with different search params than before

next build failed with code/signal 1

  107 |             if (code || signal)
  108 |               reject(
> 109 |                 new Error(
      |                 ^
  110 |                   `next build failed with code/signal ${code || signal}`
  111 |                 )
  112 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:109:17)

● back/forward cache › bfcache only preserves up to N entries

next build failed with code/signal 1

  107 |             if (code || signal)
  108 |               reject(
> 109 |                 new Error(
      |                 ^
  110 |                   `next build failed with code/signal ${code || signal}`
  111 |                 )
  112 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:109:17)

● back/forward cache › navigate back and forth repeatedly between the same pages without evicting

next build failed with code/signal 1

  107 |             if (code || signal)
  108 |               reject(
> 109 |                 new Error(
      |                 ^
  110 |                   `next build failed with code/signal ${code || signal}`
  111 |                 )
  112 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:109:17)

@devjiwonchoi devjiwonchoi merged commit ce3d963 into next-15-5 Oct 8, 2025
255 of 265 checks passed
@devjiwonchoi devjiwonchoi deleted the backport-next-15-5-84168 branch October 8, 2025 21:21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants