From 2a15cc1385dda4bb846d0bbdd79b08cbaf2043f8 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 14 May 2026 21:39:19 +0200 Subject: [PATCH] Serve docs properly with El Proxito I hit an issue during the offsite that all my local docs under development return 404 and Claude solved the issue by downgrading wrangler. --- packages/addons-inject/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/addons-inject/package.json b/packages/addons-inject/package.json index da86f40..e584e1e 100644 --- a/packages/addons-inject/package.json +++ b/packages/addons-inject/package.json @@ -18,7 +18,8 @@ "author": "Read the Docs, Inc", "license": "MIT", "dependencies": { - "wrangler": "^4.19.1" + "//": "wrangler is pinned: 4.20+ rewrites inbound Host and X-Forwarded-Host to the value of `dev --host`, which breaks subdomain-based project resolution in El Proxito for local development", + "wrangler": "4.19.1" }, "devDependencies": { "@cloudflare/vitest-pool-workers": "^0.6.12",