Local dev:[wrangler:err] Error: Secret "<name>" not found

⛅️ wrangler 4.10.0

Your worker has access to the following bindings:
- Secrets Store Secrets:
  - <name>: e8920c5985ce4098bfbbcbbe1797a323/INNGEST_SIGNING_KEY [simulated locally]


App:

await env.<name>.get()

Result:

[wrangler:err] Error: Secret "<name>" not found


How do I set local secrets?
Was this page helpful?