if you're using local dev (the default of `wrangler dev`), those secrets won't be pulled down, need

if you're using local dev (the default of
wrangler dev
), those secrets won't be pulled down, need to define them for local dev in .dev.vars file at the root of your project: https://developers.cloudflare.com/workers/configuration/secrets/#local-development-with-secrets
Cloudflare Docs
Store sensitive information, like API keys and auth tokens, in your Worker.
Was this page helpful?