Yeah that request is getting blocked because of the host header being "127.0.0.1:8787" the host head
Yeah that request is getting blocked because of the host header being "127.0.0.1:8787" the host header should be whatever the domain is.


text-to_Image (1) a few times i got the "upstream too busy", (2) is there any plan to add the resolution in the input request (3) what would be great value for num steps... i can try and guess but explanation would help foo.bar.com and a workers route for *.foo.bar.com/* that goes to my worker, plus a proxied DNS record for *.foo.bar.com. All that works fine. Then we decide to create a zone for bar.com and migrate off foo.bar.com into this zone. Added the same proxied DNS record to this bar.com zone and the same workers route. Issue we're seeing is that the requests seem to go straight to the origin server but they don't seem to be hitting the worker at all.foo.bar.com zone. I want the new bar.com to process these requests, not the old zone For now, this is only available for Workers that are deployed to a “root” hostname like “example.com” and not specific paths like “example.com/path/to/something.” We plan to introduce more optimizations in the future that can preload specific paths.Edit: If it's more then ~50ms then it sounds more like global scope then cold start not working though, tcp connect isn't that long



Error 1102: Workers Resources Limit, I think it's due to CPU time limit. How can I check the cpu time taken by a fetch handler?✘ [ERROR] Error while creating remote dev session: TypeError: fetch failed
at fetch
{
cause: Error: connect ETIMEDOUT 2606:4700:3031::ac43:cb34:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {
errno: -60,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '2606:4700:3031::ac43:cb34',
port: 443
}
}foo.bar.comfoo.bar.comfoo.bar.com*.foo.bar.com/**.foo.bar.combar.combar.combar.comTotal Upload: 957.07 KiB / gzip: 182.93 KiBmessage.rawError 1102: Workers Resources Limitwrangler deploy --keep-varskeep_vars = true
kv_namespaces = [
{ binding = "XXXXX", id = "XXXXXXX" },
]