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
`${type}(opts) -- Required value for "accessNode.api" not defined in config. See: ${"https://github.com/onflow/flow-js-sdk/blob/master/packages/fcl/src/exec/query.md#configuration"}`
Environment
OS:
Node:
npm:
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
I've tried to shoehorn @onflow/fcl into a Node script to test something. I've received an error that:
Error: INVARIANT query(opts) -- Required value for "accessNode.api" not defined in config. See: https://github.com/onflow/flow-js-sdk/blob/master/packages/fcl/src/exec/query.md#configuration
The linked page does not exist.
Expected Behavior
The linked page should exist.
Steps To Reproduce
Repro not needed, the link is hardcoded here:
fcl-js/packages/fcl-core/src/exec/utils/pre.js
Line 22 in 3f066f9
Environment
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: