HariH
Convex Community3mo ago
3 replies
Hari

Environment Variables not propagating to backend (AUTH_GOOGLE_ID)

📊Dashboard🔑Auth
I am setting
AUTH_GOOGLE_ID
and
AUTH_GOOGLE_SECRET
in the Convex Dashboard under Settings > Environment Variables, but they are not accessible via
process.env
in my backend functions.

>

> Details:

* Deployment URL
https://wonderful-barracuda-709.convex.site


* Status
CONVEX_SITE_URL
is correctly detected, but
AUTH_GOOGLE_ID
and
AUTH_GOOGLE_SECRET
return
undefined
.

* Verification: I ran a backend query to inspect
process.env
, and it confirms these specific keys are missing, even after saving them in the dashboard.

>

Could you please check if there is a sync issue with my deployment's environment variables?
Was this page helpful?