Skip to content

Commit d55c00d

Browse files
authored
docs(errors): minor update to failed-to-find-server-action error page (#76296)
## Why? Follow up to #75678 (comment).
1 parent d1c9aec commit d55c00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/failed-to-find-server-action.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When self-hosting your Next.js application across multiple servers, each server
1212

1313
To mitigate this, you can overwrite the encryption key using the `process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY` environment variable. Specifying this variable ensures that your encryption keys are persistent across builds, and all server instances use the same key. This variable **must** be AES-GCM encrypted.
1414

15-
In a non-self-hosted environment, you can use a feature such as [Skew Protection](https://vercel.com/docs/deployments/skew-protection) to ensure assets and functions from the previous version are still available, even after a new version is deployed.
15+
If you are deploying your Next.js application to Vercel, you can use the feature [Skew Protection](https://vercel.com/docs/deployments/skew-protection) to ensure assets and functions from the previous version are still available, even after a new version is deployed.
1616

1717
## Useful Links
1818

0 commit comments

Comments
 (0)