Secrets Store: cannot access via a binding variable.
I have setup my secrets in the Beta Secrets Store and the bindings are good, when I attempt to retrieve them I get an odd experience. I am calling it with typescript as the example suggests:
I receive an odd error:
Then I add a string (which is not how the example reads) and I get this:
and get this:
My experience is not aligning with the docs. Do I need to be on some beta version of the SDK?
Thanks!!
1 Reply
FYI, this is solved it had something to do with my setup - I re-did a wrangler create and it works great.