Open lkavicky opened 3 years ago
I am also facing a similar issue.
Yes I am able to reproduce it.
It is probably because of the node-fetch library. The author released a new version which causes the issue. Quick fix: npm i node-fetch@3.0.0-beta.9
What I am going to do is to fix the node-fetch version.
It is fixed. Please test.
I tested and it works perfectly fine. Thanks a lot for quick turnaround :)
It's working for me too, thanks a lot!
Describe the bug When running the basic usage example from repository's readme, I'm getting following error:
To Reproduce
The same steps and flow as in readme:
server.js:
Expected behavior Run without errors.
Environment version: