This topic was automatically generated from Slack. You can find the original thread here.
Hey
I’m using the Connect frontend SDK (@pipedream/sdk v1.8.0) with a custom OAuth client, but users still see “Pipedream” instead of my custom OAuth.
Setup:
• Created custom OAuth client in Account Settings → OAuth Clients (for Google)
• Passing oauthAppId to both createFrontendClient() and client.connectAccount()
• OAuth client is Active with my Google credentials configured
• Project ID, Environment: development
Issue:
Users see “Sign in to continue to Pipedream” instead of my app name. The oauthAppId parameter seems to be ignored.
Verified: OAuth App ID is correct Browser console shows oauthAppId being passed OAuth client configured with Google Client ID/Secret Consent screen has my app name
Question:
Does the frontend SDK support custom OAuth clients? Any additional config needed to make it work?
Thanks!
Hi everyone, I’m using Development Mode and testing the Gmail → New Email Received trigger. I’m noticing that new emails can take more than ~15 minutes to arrive. Questions:
Is there a way to reduce this delay and get closer to real-time delivery?
I didn’t see an option to change the polling interval — is there a setting I’m missing?
trying with custom auth, but stuck with the OauthAppid. Appreciate any help.
Hi > Hi everyone, I’m using Development Mode and testing the Gmail → New Email Received trigger. I’m noticing that new emails can take more than ~15 minutes to arrive.
Could you share how are you creating the Gmail source? Is it on Pipedream UI or via Connect API?
but my custom oauth screen is not coming up in UI. I am assuming if i pass Oauthappid in connect then it will automatically go to custom Oauth App, not on pipedream default screen.
Thanks , it is working. Only issue is that while i deploy the trigger, now i am getting below error if i select webhook.
{
“error”: “observation error”,
“err”: null,
“observations”: [
{
“k”: “hook”,
“ts”: 1762869979203,
“h”: “activate”
},
{
“k”: “error”,
“ts”: 1762869979205,
“err”: {
“name”: “TypeError”,
“message”: “Cannot read properties of undefined (reading ‘endpoint’)”,
“stack”: “TypeError: Cannot read properties of undefined (reading ‘endpoint’)\n at Object.activate (file:///tmp/pdg/dist/code/79416b0c7a464146c564fe80ab335ae4be8986266b422fd087287c4d42311129/code/sources/new-email-received/new-email-received.mjs:379:38)\n at /var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:78:52\n at captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:11)\n at deployedComponentMain (/var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:44:26)\n at file:///var/task/component_maker.mjs:203:17”
}
}
]
}