does snippets support kv? If not is there any plan to add this support?
does snippets support kv? If not is there any plan to add this support?
15 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Why not D1 or KV
Snippets have no bindings access. They're meant for lightweight use cases
Anyone getting error with wrangler deploy command, I am latest version 3.79.0
workers.api.error.unknown [code: 10013]
What's your account ID?
9c508e2e1d1c6d075d774819cf38176c
I was using it with Cloudflare account token template settings by exposing it to environment but getting api errors, so I logged in with wrangler login and deployed. It worked that way
is there any template for running remix spa mode in workers?
If the _headers file doesn't work anymore, would be good to remove it from the template, otherwise, it's a bit confusing.
It still works with Pages which is what the template is designed for AFAIK
Hey w3b, we discovered a bug related to account owned tokens this morning. The team is looking into it, thanks!
oh, i thought that
pnpm create cloudflare@latest web --framework=remix --experimental
bootstrapped a workers projectApologies - you might be right 😅
haha no problem
Is there a way in a worker (js) to get the current version/deployment id?
Cloudflare Docs
Version metadata | Cloudflare Workers docs
Exposes Worker version metadata (
versionID
and versionTag
). These fields can be added to events emitted from the Worker to send to downstream observability systems.Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View