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
ERROR TypeError: realFetch.call is not a function
at module.exports (webpack-internal:///(action-browser)/./node_modules/isomorphic-fetch/fetch-npm-node.js:8:19)
at eval (webpack-internal:///(action-browser)/./node_modules/@bentonow/bento-node-sdk/dist/bento-node-sdk.esm.js:1357:62)
at new Promise (<anonymous>)
at BentoClient.post (webpack-internal:///(action-browser)/./node_modules/@bentonow/bento-node-sdk/dist/bento-node-sdk.esm.js:1354:12)
at BentoBatch._callee2$
at tryCatch
at Generator.invoke [as _invoke]
at Generator.eval [as next]
at asyncGeneratorStep
at _next
at eval
at new Promise (<anonymous>)
at BentoBatch.eval
at BentoBatch.importEvents
at BentoAPIV1._callee6$
at tryCatch
at Generator.invoke [as _invoke]
at Generator.eval [as next]
at asyncGeneratorStep
at _next
at eval
at new Promise (<anonymous>)
at BentoAPIV1.eval
at BentoAPIV1.track
I reported this in the Discord on May 5th, and creating an issue as requested. 😊
When attempting to use this sdk in a Next.js Server Action passed into a
<form>
(related docs), I get arealFetch.call is not a function
error.Here's the code:
Here's the trace from the
track
call:This is an issue with breadcrumbs for fixing: matthew-andrews/isomorphic-fetch#194
The text was updated successfully, but these errors were encountered: