#Environment Variables not propagating to backend (AUTH_GOOGLE_ID)

3 messages · Page 1 of 1 (latest)

lofty marlin
#

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?

vestal lakeBOT
#

Thanks for posting in #1088161997662724167.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.

    - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
    - Use [search.convex.dev](https://search.convex.dev) to search Docs, Stack, and Discord all at once.
    - Additionally, you can post your questions in the Convex Community's #1228095053885476985 channel to receive a response from AI.
    - Avoid tagging staff unless specifically instructed.

    Thank you!
mossy spruce
#

Can you state your problem in further details? what are you using for your auth?