Unable to access secret-store in local dev
I have defined a couple of secrets in the Cloudflare secrets-store. I have created bindings in the wrangler.jsonc file. But when running the worker locally, I get an error that the secret is "not found".
I have tried defining these in the
.dev.vars
file but to no avail.
When running wrangler dev
it does say:
But, when running the worker it says:
1 Reply
yes i get the same error, it doesnt work locally you will have to put --remote on nox wrangler dev --remote -- but you wont see any logs?! i still cant find a way to get serets store working locally with remote bindings well.