gregonarash

Results 7 comments of gregonarash

@tharakabimal see if this helps overriding the build command to `cd .. && yarn build` https://github.com/vercel/commerce/issues/681#issuecomment-1046152179

@guotie @Uzlopak I have run into the same issue - only to recall that I have already resolved it, but did not remember the code. https://github.com/nodejs/undici/issues/2990 On some networks (like...

@metcoder95 yes it is: ![Image](https://github.com/user-attachments/assets/78a75e69-9030-4443-ae7b-31977c8dacda) Tested on "undici": "^7.2.1" ``` import { request } from "undici"; const { statusCode, headers, trailers, body } = await request("https://airtable.com"); console.log("response received", statusCode); console.log("headers",...

@metcoder95 true. It could be debated if this is the right default in `node.js` - under the same conditions `curl` works, `fetch` does not , but not really a bug....

@metcoder95 I thought it was merged, but not sure what happened: https://github.com/nodejs/undici/pull/3738

It is addressed, the PR was also approved by you. Not sure how your merging process works.

@nodated The issue for most of these errors is Node default --enable-network-family-autoselection at the detault 250ms being to short and causing a timeout. Network family selection resolves based on the...