You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authorization to the Pipedream API failed when creating the Connect token. Double-check the client ID or secret for your [Pipedream OAuth client](/connect/api#authentication).
10
12
11
13
### Error connecting an account
12
14
13
15
Most errors when connecting an account are related to the [Connect token](/connect/tokens), which Pipedream validates from the Connect iFrame.
14
16
15
-
#### Possible errors
17
+
#### Common errors
16
18
17
-
_This link has expired. Please request a new one from the app developer._
19
+
>This link has expired. Please request a new one from the app developer.
18
20
19
-
_This session has expired. Please refresh the page to try again._
21
+
>This session has expired. Please refresh the page to try again.
20
22
21
23
#### Troubleshooting steps
22
24
@@ -32,14 +34,18 @@ and check the response for error messages.
32
34
33
35
#### Token validation errors
34
36
35
-
_The Pipedream Connect token is invalid. Please generate a new one and try again._
37
+
>The Pipedream Connect token is invalid. Please generate a new one and try again.
36
38
37
39
Connect tokens expire, and are only able to be used once. Try generating a new token and try again.
38
40
39
-
_App not found. Please check your app id._
41
+
>App not found. Please check your app id.
40
42
41
43
Double-check the app slug you're passing [when connecting your user's account](/connect/quickstart#connect-your-users-account).
42
44
43
45
### Connection failed. Please retry or contact support.
44
46
45
-
The user may have closed the OAuth popup window without completing authorization.
47
+
The user may have closed the OAuth popup window without completing authorization.
48
+
49
+
<Callouttype="info">
50
+
If you're still have trouble or hitting an error that isn't listed here, [get in touch with us](https://pipedream.com/support). We'd love to help.
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/workflows.mdx
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,7 @@ curl -X POST https://{your-endpoint-url} \
277
277
Pipedream Connect Error: Required account forhubspot not found for external user ID abc-123in development
278
278
```
279
279
280
+
280
281
### Common errors
281
282
#### No external user ID passed, but one or more steps require it
282
283
- One or more steps in the workflow are configured to **Use end user's auth via Connect**, but no external user ID was passed when invoking the workflow.
@@ -292,4 +293,18 @@ Pipedream Connect Error: Required account for hubspot not found for external use
292
293
293
294
#### Running workflows for your users in production requires a higher tier plan
294
295
- Anyone is able to run workflows foryour end usersin`development`. The Business plan is required to run on behalf of `production` users.
295
-
- Schedule a call with our sales team and learn more about pricing [here](https://pipedream.com/pricing?plan=Enterprise).
296
+
- Schedule a call with our sales team and learn more about pricing [here](https://pipedream.com/pricing?plan=Enterprise).
297
+
298
+
## Known limitations
299
+
300
+
#### Using your end user's auth is not currently supported within control flow segments
301
+
- Currently, you can only use your end user's auth in the linear execution paths of a Pipedream workflow.
302
+
- You can still use control flow features in your Connect-enabled workflow, but the step(s) that use an end user's auth must be in the linear [execution path](/workflows/control-flow#execution-path) of the workflow.
303
+
304
+
#### Workflows can only use a single external user's auth per execution
305
+
- Right now you cannot invoke a workflow to loop through many external user IDs within a single execution.
306
+
- You can only run a workflow for a single external user ID at a time (for now).
307
+
308
+
#### The external user ID to use during execution must be passed in the triggering event
309
+
- You can't run a workflow on a timer for example, and look up the external user ID to use at runtime.
310
+
- The external user ID must be passed in the triggering event, typically via [HTTP trigger](#invoke-the-workflow).
0 commit comments