Skip to content

Commit

Permalink
docs(errors): minor update to failed-to-find-server-action error page
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Feb 20, 2025
1 parent d1c9aec commit c60dedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/failed-to-find-server-action.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When self-hosting your Next.js application across multiple servers, each server

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.

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.
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.

## Useful Links

Expand Down

0 comments on commit c60dedf

Please # to comment.