Itay Elgazar
Itay Elgazar
Explore posts from servers
CComposioHQ
Created by sensitive-blue on 4/23/2025 in #🖥│support-forum
Composio can't find connection
are you?
51 replies
CComposioHQ
Created by deep-jade on 4/23/2025 in #🖥│support-forum
Composio can't find connection
now
51 replies
CComposioHQ
Created by unwilling-turquoise on 4/23/2025 in #🖥│support-forum
Composio can't find connection
I am available
51 replies
CComposioHQ
Created by stormy-gold on 4/23/2025 in #🖥│support-forum
Composio can't find connection
missed that
51 replies
CComposioHQ
Created by genetic-orange on 4/23/2025 in #🖥│support-forum
Composio can't find connection
@Abhishek If you have time anytime this week or honestly anytime, I'd love to hop on a call, we're kind of stuck in the implementation phase of the oAuth integration itself. :/ We wanna do things the right way and something that be seamless feels very complicated
51 replies
CComposioHQ
Created by other-emerald on 4/23/2025 in #🖥│support-forum
Composio can't find connection
Also btw, when white labeling - should we really create a new integration per connection request?
51 replies
CComposioHQ
Created by ambitious-aqua on 4/23/2025 in #🖥│support-forum
Composio can't find connection
No description
51 replies
CComposioHQ
Created by equal-aqua on 4/23/2025 in #🖥│support-forum
Composio can't find connection
Another misleading step in the docs:
const user_id = "00000000-0000-0000-0000-000000000000";
const entity = await composioToolset.getEntity(user_id);

const thread_id = "12345678";
const redirect_url = `https://yourapp.com/thread/${thread_id}`; // Example redirect URL

const connectionRequest = await entity.initiateConnection({
integrationId: integration.id,
useComposioAuth: false,
redirectUri: redirect_url,
});

console.log(connectionRequest.redirectUrl);
const user_id = "00000000-0000-0000-0000-000000000000";
const entity = await composioToolset.getEntity(user_id);

const thread_id = "12345678";
const redirect_url = `https://yourapp.com/thread/${thread_id}`; // Example redirect URL

const connectionRequest = await entity.initiateConnection({
integrationId: integration.id,
useComposioAuth: false,
redirectUri: redirect_url,
});

console.log(connectionRequest.redirectUrl);
useComposioAuth doesn't exist in entity.initiateConnection :/
51 replies
CComposioHQ
Created by absent-sapphire on 4/23/2025 in #🖥│support-forum
Composio can't find connection
It toasts "Conenctor updated" but nothing gets updated. After refreshing the page it's gone
51 replies
CComposioHQ
Created by foreign-sapphire on 4/23/2025 in #🖥│support-forum
Composio can't find connection
the integration redirect/scopes configuration in the settings tab
51 replies
CComposioHQ
Created by reduced-jade on 4/23/2025 in #🖥│support-forum
Composio can't find connection
Be aware the updating the settings configuration is not responding in the OLD app
51 replies
CComposioHQ
Created by multiple-amethyst on 4/23/2025 in #🖥│support-forum
Composio can't find connection
Using the old dashboard I can see the integrations (after deleting them in the new dashboard)
51 replies
CComposioHQ
Created by absent-sapphire on 4/23/2025 in #🖥│support-forum
Composio can't find connection
No description
51 replies
CComposioHQ
Created by optimistic-gold on 4/23/2025 in #🖥│support-forum
Composio can't find connection
No description
51 replies
CComposioHQ
Created by quickest-silver on 4/23/2025 in #🖥│support-forum
Composio can't find connection
@Abhishek I found another bug..when I disconenct an entity from an integration, it doesn't remove it. The connection remains active
51 replies
CComposioHQ
Created by flat-fuchsia on 4/23/2025 in #🖥│support-forum
Composio can't find connection
For anyone who might face this issue in the future, please make sure you're doing this:
const entity = toolset.getEntity(userIdFromYourApp);
const connection = await entity.getConnection({
appName: "YOURAPP",
});
const entity = toolset.getEntity(userIdFromYourApp);
const connection = await entity.getConnection({
appName: "YOURAPP",
});
51 replies
CComposioHQ
Created by exotic-emerald on 4/23/2025 in #🖥│support-forum
Composio can't find connection
unless you have the full picture
51 replies
CComposioHQ
Created by eastern-cyan on 4/23/2025 in #🖥│support-forum
Composio can't find connection
I might be able to show you related bugs
51 replies
CComposioHQ
Created by like-gold on 4/23/2025 in #🖥│support-forum
Composio can't find connection
Oh I saw it late, do you maybe have a minute to re-join?
51 replies
CComposioHQ
Created by passive-yellow on 4/23/2025 in #🖥│support-forum
Composio can't find connection
Thanks for letting me know 🙏 Is this someting new? I'm wondering how other people are using it without checking for active connections of the end user 🤔
51 replies