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 am using the following code to add new tools to composio const connection = await entity.initiateConnection(toolName);
On connect, I am being redirected to auth page of that particular tool, where composio is asking me to authorise it.
So, the tools are getting added.
But when I am getting the list of connected tools in the following line:
I am using the following code to add new tools to composio
const connection = await entity.initiateConnection(toolName);
On connect, I am being redirected to auth page of that particular tool, where composio is asking me to authorise it.
So, the tools are getting added.
But when I am getting the list of connected tools in the following line:
const composioConnectedTools = await entity.getConnections();
It returns an empty list.
It was working completely fine till yesterday.
I tried a bunch of different versions from npm.
In all the earlier versions, initiateConnection is itself not working now. Getting the following return value
But in the latest version, initiateConnection is working, but getConnection is not.
My guess is this might be the commit that could be a culprit
1ad7d6f#diff-b22149526ec6104b67529b61629841152ae0eabee1cde026493d1bf21332ecebR79
The text was updated successfully, but these errors were encountered: