docs: add deploymentId config and clarify encryption key for self-hosting#89795
Merged
docs: add deploymentId config and clarify encryption key for self-hosting#89795
Conversation
docs/01-app/03-api-reference/05-config/01-next-config-js/deploymentId.mdx
Outdated
Show resolved
Hide resolved
icyJoseph
commented
Feb 11, 2026
mischnic
reviewed
Feb 11, 2026
mischnic
reviewed
Feb 11, 2026
docs/01-app/03-api-reference/05-config/01-next-config-js/deploymentId.mdx
Outdated
Show resolved
Hide resolved
mischnic
reviewed
Feb 11, 2026
docs/01-app/03-api-reference/05-config/01-next-config-js/deploymentId.mdx
Outdated
Show resolved
Hide resolved
mischnic
reviewed
Feb 11, 2026
docs/01-app/03-api-reference/05-config/01-next-config-js/deploymentId.mdx
Outdated
Show resolved
Hide resolved
Member
|
we should also add this fact from Tim:
|
Member
|
We should also highlight that because Nextjs itself never reads the |
docs/01-app/03-api-reference/05-config/01-next-config-js/deploymentId.mdx
Show resolved
Hide resolved
mischnic
reviewed
Feb 11, 2026
docs/01-app/03-api-reference/05-config/01-next-config-js/deploymentId.mdx
Outdated
Show resolved
Hide resolved
allenzhou101
approved these changes
Feb 11, 2026
Co-authored-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
mischnic
reviewed
Feb 12, 2026
Comment on lines
+219
to
+221
| - Static assets include a `?dpl=<deploymentId>` query parameter | ||
| - Client-side navigation requests include an `x-deployment-id` header | ||
| - The server compares the client's deployment ID with its own |
Member
There was a problem hiding this comment.
so this list exists two times now?
once here and then another time (slightly differently) in docs/01-app/03-api-reference/05-config/01-next-config-js/deploymentId.mdx
Member
Author
There was a problem hiding this comment.
Yeah, I think that's OK, because it is a Guide vs API Reference
icyJoseph
added a commit
that referenced
this pull request
Feb 18, 2026
…ting (#89795) Closes: https://linear.app/vercel/issue/DOC-3953/encryption-keys-in-server-actions, https://linear.app/vercel/issue/DOC-4975/next-server-actions-encryption-key-and-deploymentid Closes #88327 --------- Co-authored-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: https://linear.app/vercel/issue/DOC-3953/encryption-keys-in-server-actions, https://linear.app/vercel/issue/DOC-4975/next-server-actions-encryption-key-and-deploymentid
Closes #88327