Hi, which version of nodejs are you using? We’re officially supporting the LTS versions v18
and v20
. Native fetch
has been added in nodejs v18
. If you’re using an older version you’ll get the error you reported: ReferenceError: fetch is not defined
.
2 Likes