This topic was automatically generated from Slack. You can find the original thread here.
When creating a new connection using your embedded iframe, clicking on “Continue” for the “HTTP / Webhook” app does nothing. (other apps work just fine)
This topic was automatically generated from Slack. You can find the original thread here.
When creating a new connection using your embedded iframe, clicking on “Continue” for the “HTTP / Webhook” app does nothing. (other apps work just fine)
other api keys and oauth apps do work, it’s just “HTTP / Webhook” that doesn’t
It’s a known issue with “apps” that don’t require authentication
Oh, I see. How should I manage this, then? Do I not need to create a Connection in order to use these tools via the MCP?
It’s pending a fix from our side
Actually could you try checking if app.auth_type === null
, then don’t show the connectAccount
button?
The downstream APIs like runAction
I think will just work, but depending on if you’re using connect-react
, you might run into some other issues, but I’d like to identify the exact issues if there are any.