CF Worker not getting environment variables

Hi all -- we have a cloudflare worker that we haven't deployed in over a week, and today it started 500ing - logs indicate that it isn't receiving env vars (specifically secrets). We've confirmed that all of the variables appear to be correctly populated, tried rolling back versions, no dice, so this seems like a platform issue. Is anyone else seeing any issues like this?
3 Replies
typeandpixel
typeandpixel5w ago
We're seeing 500 errors across our Cloudflare Pages projects, assuming this is probably related?
fat
fat5w ago
yah definitely we got a response from cloudflare last night at like 1am that there's an ongoing incident
Kairu
Kairu4w ago
i'm just trying to make a first deployment and seeing the same thing.. both importing from cloudflare:workers and using process.env via node_compat, any variable i try to access is just undefined. everything is defined in the runtime variables

Did you find this page helpful?