Build fail due to connection timeout
Hi, I'm trying to build my Astro project using Cloudflare Workers build, but during the site build, it makes multiple web requests to fetch images.
On a local development environment, this works just fine, and indeed I can manually load the URLs it's attempting to hit.
In the worker build, however, I get the following error:
Notably:
URLs under this address hit a server that serves a redirect to cdn.hyrule.pics, which itself is a Cloudflare Worker that serves a file. Why exactly this error consistently occurs I do not know - the build troubleshooting page does not mention any restriction on making network requests in builds.
On a local development environment, this works just fine, and indeed I can manually load the URLs it's attempting to hit.
In the worker build, however, I get the following error:
Notably:
Connect Timeout Error (attempted address: i.uwu.network:443, timeout: 10000ms).URLs under this address hit a server that serves a redirect to cdn.hyrule.pics, which itself is a Cloudflare Worker that serves a file. Why exactly this error consistently occurs I do not know - the build troubleshooting page does not mention any restriction on making network requests in builds.

Workers