[b]"NodeJS fetch fetch failed - anyone else facing this issue?"[/b] or [b]"Why does my NodeJS fetch fetch failed e

20 Replies, 1573 Views

Wild guess: are you on Node 18+?

Node 18 has built-in fetch, so if you’re also using `node-fetch`, they might clash.

Try removing `node-fetch` and just use global fetch.



Users browsing this thread: 1 Guest(s)