You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of native fetch, I think some things have changed. I used to have a working app (months ago), but now it won't work. I mostly followed the node_direct example, though I had to change
since this line was requiring a URL (this is where native fetch in node has altered things I believe, as this condition should only be true in a browser?).
With the introduction of native fetch, I think some things have changed. I used to have a working app (months ago), but now it won't work. I mostly followed the node_direct example, though I had to change
to
since this line was requiring a URL (this is where native fetch in node has altered things I believe, as this condition should only be true in a browser?).
However, I get the following error:
and it references this line.
Any thoughts on how to proceed?
The text was updated successfully, but these errors were encountered: