I’m having trouble (tried three different browsers) modifying the environment variables to allow my worker to access my kv store - is it broken for anyone else?
I looked in my network logs and nothing is being blocked - and I don’t have any errors or anything when trying to configure it.
Clicking the save button FYI does nothing, so I can’t access my KV stores from my worker since I can’t set the environment values.
Yep, created a new namespace and re-associated by recreating the binding and still didn’t work. I already had a ticket open - will add this info to it.
So my current solution is to use the command line tool Wrangler - so using the cloudflare dashboard at all is not a option right now. So KV does work, but not the dashboard at all.
That’s hopefully a temporary solution.
I create the namespace using wrangler kv:namespace blogPosts and add the configuration setting it outputs to my wrangler.toml
No, I’m not able to reproduce this – the Save button always works for me, regardless of whether it’s a new worker, an existing worker with no bindings, or an existing worker with existing bindings. Could you share exact steps on how to express the problem?
Hm, it works now. When I pressed save, nothing happend - when i checked the console, no errors and in the network I got an “OK” reply. But nothing was saved and the button didn’t show any progress. Maybe it was something temporary, you do release new dashboard quite often…