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
Describe the issue
I'm experiencing issues with the composite query functionality using the @dfinity/agent library in my Node.js application. When attempting to execute composite queries, the process gets stuck without failing or returning any results. Despite efforts, I couldn't find relevant documentation regarding composite queries for @dfinity/agent. While building the agent using the IDL of my canister, which includes a composite query method, I'm unsure if any additional specifications are required for composite queries compared to regular update or query calls. is there any limitation on composite query call from javascript side?Could someone provide guidance or direct me to appropriate documentation regarding composite queries with @dfinity/agent? https://www.npmjs.com/package/@dfinity/agent?activeTab=readme
The text was updated successfully, but these errors were encountered:
Sorry for the delay here - I haven't been able to reproduce this myself. Labeling composite_query in the IDL works as intended on mainnet and during local development in my own experience.
I'd be happy to take a look if you have reproducing code
Describe the issue
I'm experiencing issues with the composite query functionality using the @dfinity/agent library in my Node.js application. When attempting to execute composite queries, the process gets stuck without failing or returning any results. Despite efforts, I couldn't find relevant documentation regarding composite queries for @dfinity/agent. While building the agent using the IDL of my canister, which includes a composite query method, I'm unsure if any additional specifications are required for composite queries compared to regular update or query calls. is there any limitation on composite query call from javascript side?Could someone provide guidance or direct me to appropriate documentation regarding composite queries with @dfinity/agent?
https://www.npmjs.com/package/@dfinity/agent?activeTab=readme
The text was updated successfully, but these errors were encountered: