How to access secrets added in the dashboard locally?
Hello!
I added the Supabase integration in the Workers dashboard, which automatically added two secrets (
SUPABASE_URL
& SUPABASE_KEY
).
How can I access them when running the worker locally? (if even possible)
When running wrangler secret list
I can clearly see them, and when I turn off local mode it works, however then I have the problem of both non-instantaneous changes and objects not being logged.1 Reply
So I take it its not possible then, right?
Yeah I was thinking of doing that, should work
Anyway, thanks!
Yeah I console logged and added both to
.dev.vars
, it worked
Bit hacky but at least it works haha