Cloudflare KV not inserting values
Why doesn't this ADD the user to the KV namespace?. Using cloudflare pages
7 Replies
I ran this command:
wrangler kv:namespace create USERS
and pasted the ID into the wrangler file, but it doesn't workDid you try awaiting the response?
Yes. That did not fix it
I think I'm running the command wrong but I don't know for sure
Is there any error coming in the console?
Sadly not
Let me try to reproduce this on my end and I will get back to you
Thanks!
@Aditya Mathur No need - I was able to fix the issue. the solution was to use the
--preview
argument in the wrangler command