.dev.vars is a Wrangler thing right?
.dev.vars is a Wrangler thing right?


fetch?"GET /api/health HTTP/1.1" 404 19 "-" "-" 331 "-" "-" 0ms"GET /api/health HTTP/1.1" 200 41 "-" "-" 355 "pb1@docker" "http://172.24.0.5:8090" 1ms19 bytes request size. It's a long shot, but what are your thoughts on that?fetch code looks likeroute = { pattern = "api2.textmait.se", custom_domain = true, zone_id = "xxx" } to my wrangler config, the requests fail. Any pointers to how my config is wrong?textmait.se?db-dev.textmait.se is an A record pointing to my server, api2.textmait.se is managed by CF to point to the worker.foo.com has never been able to fetch anything else on foo.comfoo.comminimal_subrequests (default as of 2022-04-05) broke thatfetchfetch"GET /api/health HTTP/1.1" 404 19 "-" "-" 331 "-" "-" 0ms"GET /api/health HTTP/1.1" 200 41 "-" "-" 355 "pb1@docker" "http://172.24.0.5:8090" 1ms19 bytesconst x = await fetch("https://db-dev.textmait.se/api/health");
console.log("Health", x.status);route = { pattern = "api2.textmait.se", custom_domain = true, zone_id = "xxx" }textmait.se?db-dev.textmait.seapi2.textmait.sefoo.comfoo.comfoo.comminimal_subrequests2022-04-05# https://github.com/cloudflare/workers-sdk/issues/2659
compatibility_flags = ["no_minimal_subrequests"]