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
Copy file name to clipboardExpand all lines: docs-v2/pages/troubleshooting.mdx
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ import Callout from '@/components/Callout'
4
4
5
5
This doc describes some common solutions for fixing issues with [pipedream.com](https://pipedream.com) or with a specific workflow.
6
6
7
+
## A feature isn't working on pipedream.com
8
+
9
+
If you're seeing an issue with [pipedream.com](https://pipedream.com) (for example, the site won't load, or you think you've found a bug), try each of the following steps, checking to see if they fix the problem:
10
+
11
+
1.[Hard refresh](https://fabricdigital.co.nz/blog/how-to-hard-refresh-your-browser-and-clear-cache) pipedream.com in your browser.
12
+
13
+
2. Log out of your pipedream.com account, and log back in.
14
+
15
+
3.[Disable your browser extensions](https://www.computerhope.com/issues/ch001411.htm) or use features like [Chrome Guest mode](https://support.google.com/chrome/answer/6130773?hl=en&co=GENIE.Platform%3DAndroid) to browse pipedream.com without any existing extensions / cookies / cache.
16
+
17
+
If you're still seeing the issue after trying these steps, please [report a bug](https://github.com/PipedreamHQ/pipedream/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D+).
18
+
7
19
## How do I contact Pipedream Support?
8
20
9
21
Start by filling out the request form at [https://pipedream.com/support](https://pipedream.com/support), providing detailed information about your issue.
@@ -20,23 +32,17 @@ When filling out the request form at [https://pipedream.com/support](https://pip
If you're seeing an issue with [pipedream.com](https://pipedream.com) (for example, the site won't load, or you think you've found a bug), try each of the following steps, checking to see if they fix the problem:
26
-
27
-
1.[Hard refresh](https://fabricdigital.co.nz/blog/how-to-hard-refresh-your-browser-and-clear-cache) pipedream.com in your browser.
28
-
29
-
2. Log out of your pipedream.com account, and log back in.
30
-
31
-
3.[Disable your browser extensions](https://www.computerhope.com/issues/ch001411.htm) or use features like [Chrome Guest mode](https://support.google.com/chrome/answer/6130773?hl=en&co=GENIE.Platform%3DAndroid) to browse pipedream.com without any existing extensions / cookies / cache.
35
+
## Workflows
32
36
33
-
If you're still seeing the issue after trying these steps, please [report a bug](https://github.com/PipedreamHQ/pipedream/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D+).
37
+
### Where do I find my workflow's ID?
34
38
35
-
## I need help with my GitHub Synced Project
39
+
Open [https://pipedream.com](https://pipedream.com) and visit your workflow. Copy the URL that appears in your browser's address bar. For example:
36
40
37
-
[See FAQ here](/workflows/git/#faq).
41
+
```
42
+
https://pipedream.com/@dylburger/p_abc123/build
43
+
```
38
44
39
-
## Workflows
45
+
Your workflow's ID is the value that starts with `p_`. In this example: `p_abc123`.
Copy file name to clipboardExpand all lines: docs-v2/pages/workflows/building-workflows/settings/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Increasing your workflow's memory gives you a proportional increase in CPU, so i
121
121
<Callouttype="info">
122
122
**How can my workflow run faster?**
123
123
124
-
See [our guide on running workflows faster](/troubleshooting/faq/#how-can-my-workflow-run-faster).
124
+
See [our guide on running workflows faster](/troubleshooting/#how-can-my-workflow-run-faster).
125
125
</Callout>
126
126
127
127
**Pipedream charges credits proportional to your memory configuration**. When you modify your memory settings, Pipedream will show you the number of credits you'll be charged per execution. [Read more here](/pricing/faq/#how-does-workflow-memory-affect-credits).
0 commit comments