Skip to content

Commit b9efde3

Browse files
committed
docs: warn about syncVercelEnvVars conflict in vercel integration page
1 parent 6a60dda commit b9efde3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/vercel-integration.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ The following variables are excluded from the Vercel → Trigger.dev sync:
104104

105105
You can control sync behavior per-variable from your project's Vercel settings. Deselecting a variable prevents its value from being updated during future syncs.
106106

107+
<Warning>
108+
If you are experiencing incorrectly populated environment variables, check that you are not using
109+
the `syncVercelEnvVars` build extension in your `trigger.config.ts`. This extension is deprecated
110+
and conflicts with the Vercel integration's built-in env var syncing. Remove it if present.
111+
</Warning>
112+
107113
### Supabase and Neon database branching
108114

109115
If you use [Supabase Branching](https://supabase.com/docs/guides/deployment/branching) or [Neon Database Branching](https://neon.tech/docs/guides/branching-intro) for preview environments, disable syncing for database env vars on the Environment Variables page and use the [syncSupabaseEnvVars](/config/extensions/syncEnvVars#syncsupabaseenvvars) or [syncNeonEnvVars](/config/extensions/syncEnvVars#syncneonenvvars) build extensions instead. These extensions automatically resolve the correct branch-specific credentials at build time.

0 commit comments

Comments
 (0)