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
I assume you are running this from the command line? Older versions of the SDK required that you add the --fetch flag to allow the formula to make real HTTP requests. Try that, or try upgrading to the latest version.
As you can tell, we aren't actively using GitHub's issue tracker, and want to centralize support in the Coda community. We're actually going to turn off the issue tracker for now, but if those recommendations don't work feel free to start a thread there.
Hi team,
I'm running into an error when triggering an API request using the
fetcher
using the following code. Please let me know if i missed anything.Fetcher Resource: https://coda.io/packs/build/latest/samples/topic/fetcher/
Code:
Error:
TypeError: Cannot read properties of undefined (reading 'status')
at Object.handleFetcherStatusError (@codahq/packs-sdk/dist/bundles/thunk_bundle.js:4699:21)
...
Environment:
node v17.4.0
npm 8.3.1
The text was updated successfully, but these errors were encountered: