Why are Some Integrations Failing Despite Generating New Tokens for Each App in Connect?

This topic was automatically generated from Slack. You can find the original thread here.

Hey team, working with connect for the first time. I was able to get live for Klaviyo integration, and Shopify - but my others are failing. I’m not sure why. I’m genersting a new token for each app integration, and the URLs i’m getting back to my front end seem ok

shopify works (https://pipedream.com/static/connect.html?token=ctok****&connectLink=true&app=shopify_developer_app&oauthAppId=FnX1f69aBXMEerzzmv9-9t3pIiajXA75HNh-D6xxV2I)

gmail does not (Pipedream Connect)

Those values you’re passing for oauthAppId look like you’re passing a client ID directly maybe? You’ll need to configure them in Pipedream first and pass the ID we generate instead — check out these docs: https://pipedream.com/docs/connect/oauth-clients#using-a-custom-oauth-client

ah! thanks - i thought I had to pass an ID in addition to the slug. it’s working great now

Beautiful

Hey Danny, I’ve got a bunch up and running - but I’m looking to integrate 1 or 2 tools that Pipedream doesn’t integrate with (no app slug!)

I’ve been having sa bit of trouble getting the redirect URL working after the user confirms integration in the platform (in this case it’s Attentive).

I just want to make sure that Pipedream Connect handles these use cases?

My issue my redirect is 404ing

https://pipedream.com/connect/oauth/callback?timestamp=1734962602183&code=a87dab821[…]ppId%22%3A%22FnX1f69aBXMEerzzmv9-9t3pIiajXA75HNh-D6xxV2I%22%7D

I’m looking to integrate 1 or 2 tools that Pipedream doesn’t integrate with (no app slug!)
Can you make sure to submit a request here and let us know what apps you want?

Yea on the redirect, can you show me your tokenCreate call where you’re defining the redirect_uri?