Why is my Vercel production deployment still using an old environment variable value?
That usually means the live deployment was built before you changed the variable. Vercel applies env-var changes only to new deployments, so first make sure you edited the value for the Production environment, then trigger a fresh production deployment from th…
0 helpful votes