From 518f55ae574f37b5e2fe4fa0949ae87f28ff17f4 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Sun, 1 Feb 2026 19:28:10 +0000 Subject: [PATCH] Add missing `WORKER_SELF_REFERENCE` service binding to wrangler configuration --- apps/site/wrangler.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/site/wrangler.jsonc b/apps/site/wrangler.jsonc index 69afe07d5a0e2..163eccf9da176 100644 --- a/apps/site/wrangler.jsonc +++ b/apps/site/wrangler.jsonc @@ -12,6 +12,12 @@ "binding": "ASSETS", "run_worker_first": true, }, + "services": [ + { + "binding": "WORKER_SELF_REFERENCE", + "service": "nodejs-website", + }, + ], "vars": { // Variables needed for skew protection // Also note that an appropriate CF_WORKERS_SCRIPTS_API_TOKEN secret