sangrepura
CDCloudflare Developers
•Created by sangrepura on 1/28/2024 in #general-help
Help needed: How do i seed my local KV store?
I could find no documentation on this (wtf Cloudfare)
The official docs on KV (https://developers.cloudflare.com/kv/get-started/) were no help:
But this is wrong:
This post:
https://discord.com/channels/595317990191398933/779390076219686943/1151865479556767804
suggested that
My app works in production just fine. This is Remix app by the way How do I seed my KV DB? Any help would be appreciated!
--persist-to=.wrangler/state
would replicate what's in production locally but that's not the case.
Also I tried running:
an this creatd a new sqlite db and added an entry and added an entry to 177ed01a21109c36f2c8627b05dd953e17084c7d07502c2ba22320
5c6b30c8c4.sqlite
that looks like this:
And of course my loader function is not reading this at all.My app works in production just fine. This is Remix app by the way How do I seed my KV DB? Any help would be appreciated!
11 replies