Wouter Lemcke

Results 7 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) => {...

@mauerbac We would really like to get this fixed. Any ETA on when we could expect a fix?

Any progress on this? This is a big issue for our project. Would be great if this get fixed! If there is anything I can do to help, please let...

> It was also a big issue for us, so we've been using the PR branch directly and so far haven't had any issue. The branch from @sodenn fork you...