Cloudflare DevelopersCD
Cloudflare Developers2y ago
2 replies
Abakir

KV Put is not working have worker paid account

Also, I am having trouble using KV with Durable objects, I keep getting this error when using the put command

[wrangler:err] SyntaxError: Unexpected end of JSON input


Sample code I am using with YOUR_KV_NAMESPACE being replaced with the KV I am using

await this.env.YOUR_KV_NAMESPACE.put("test", { "connectedAt": this.getCurrentTimeFormatted() });
Was this page helpful?