Wouter Lemcke

Results 4 comments of Wouter Lemcke

Sorry for the slow response, I was on holiday 😄 We are running Node 14.19.3 on AWS EC2s, but also locally on my Macbook (running Node 14.19.0) I can reproduce...

Haha, that's annoying. I can share my temp. solution: ``` const linkPreview = (await Promise.race([ getLinkPreview(url, { imagesPropertyType: 'og', headers, timeout, followRedirects: 'manual', handleRedirects: (baseURL: string, forwardedURL: string) => {...