Closed penberg closed 10 months ago
In the Cloudflare Workers local tests, Node seems to prefer resolving to IPv6, but the Wrangler server is only listening to IPv4, which results in "connection refused" errors. Fix the problem by forcing Node to prefer IPv4 for DNS resolution.
In the Cloudflare Workers local tests, Node seems to prefer resolving to IPv6, but the Wrangler server is only listening to IPv4, which results in "connection refused" errors. Fix the problem by forcing Node to prefer IPv4 for DNS resolution.