HariH
Convex Community4w ago
3 replies
Hari

Environment Variables not propagating to backend (AUTH_GOOGLE_ID)

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 URLhttps://wonderful-barracuda-709.convex.site

* StatusCONVEX_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?