Environment Variables not propagating to backend (AUTH_GOOGLE_ID)
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_URLis correctly detected, butAUTH_GOOGLE_IDandAUTH_GOOGLE_SECRETreturnundefined.
* Verification: I ran a backend query to inspectprocess.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?
