The fix
My env vars work locally but not in production on Vercel. Check the three usual gotchas against my code: a missing NEXT_PUBLIC_ prefix for client-side vars, the var not set in both Preview and Production scopes, and stale runtime reads needing a clean redeploy. Tell me which apply and the exact fix.
Learn it properly: Recipe 07, Ship β