Empty vercel env var
Railway's pushing an empty env var,
DATABASE_URL
, to vercel. The variable is set up in railway as a reference, and the rest of the vars are populating in vercel normally. Am I doing something wrong or is railway doing something wrong?3 Replies
Project ID:
4a9e83cb-e244-49c3-8783-47a011feb5dd
You might find these helpful:
- Railway Vercel integration, failing to connect
- Sync DB_URL env var into my Vercel Preview git-branch-base environment
- Redeploy from removed state
⚠️ experimental feature
4a9e83cb-e244-49c3-8783-47a011feb5dd
same deal with
REDIS_URL
, pictured
disconnecting and reconnecting the integration did nothing
Ah, it's because I had them set manually in Railway. Removing the vars in railway pushed them to Vercel normally after I restarted the integration. Confusing.