GPSxtreme
CDCloudflare Developers
•Created by GPSxtreme on 2/28/2025 in #workers-help
env. return undefined in tests
I'm experiencing an issue with environment variables in Cloudflare Workers tests. When running tests using the Vitest configuration, all environment variables accessed through the env object are returning undefined (happens only on cloudfare deployment, locally its as expected)
I have double checked that the variable exists under variables and secrets. i was unable to access not only this specific variable but all secret variables in the test env
1 replies