ComposioHQ / composio

Composio equip's your AI agents & LLMs with 100+ high-quality integrations via function calling
https://docs.composio.dev
Other
13.28k stars 4.27k forks source link

initiateConnection is giving error #867

Open sahildhull2512 opened 2 weeks ago

sahildhull2512 commented 2 weeks ago

Code:

const entity = await toolset.client.getEntity(userId);
const connection = await entity.initiateConnection(toolName);

Error:

ComposioError: Error Code: BACKEND::SERVER_ERROR
Message: 💥 Oops! Something went wrong on our end.
Description: "Cannot read properties of null (reading 'join')" in (URL: /api/v1/connectedAccounts, Status: 500)
Suggested Fix: Please try again later. If the issue persists, contact support.
Stack Trace:
Error
    at new ComposioError
pinkponk commented 2 weeks ago

Also get these intermittent 500 errors

apneduniya commented 3 days ago

Hi @sahildhull2512, are you still encountering this error?