From f1cf58f401719e497a1684eac1d2155d3dda7914 Mon Sep 17 00:00:00 2001 From: s0lray Date: Wed, 25 Mar 2026 23:35:19 -0400 Subject: [PATCH] Fix wrangler.jsonc KV namespace ID to full value (THE-106) The osint_framework_kv namespace ID was truncated to "cdb975e31e" in the initial commit. Updated to the full 32-character ID confirmed by the board from the Cloudflare dashboard. Co-Authored-By: Paperclip --- wrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index 6fa073a..dc056f4 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -17,7 +17,7 @@ // KV namespace for click tracking and tool stats // Production namespace ID from Cloudflare dashboard (osint_framework_kv) "binding": "CLICK_DATA", - "id": "cdb975e31e" + "id": "cdb975e31e58416ba9476c38897fa61c" // For local dev with `wrangler dev`, create a preview namespace: // wrangler kv namespace create "osint_framework_kv" --preview // then add: "preview_id": ""