I am working on a workflow, but now the tests are no longer working. It gets stuck on loading forever. Moreover, the same step that used to work is now getting stuck.
Hi @nischal,
I’m sorry to hear you’re experiencing issues with your workflow. Here are some steps you can try to resolve the problem:
-
Make a Trivial Change and Redeploy: Sometimes, making a small change to your workflow and redeploying it can resolve issues. Try adding a comment or a minor change, then deploy your workflow again.
-
Close Browser Instances: If your workflow involves browser automation, ensure that the browser instance is closed before the step finishes. An open browser can keep the step “open” and prevent the workflow from proceeding to the next step. Refer to the Pipedream Node.js documentation for more details.
-
Test Individual Steps: Use the Test button to test individual steps or portions of your workflow. This can help isolate the issue to a specific step. You can test all steps above or below a selected step without affecting the live version of the workflow. More information on testing can be found in the migration documentation.
-
Check Community and GitHub: Search the Pipedream community or the Pipedream GitHub repository to see if others have encountered and resolved similar issues.
If these steps do not resolve your issue, I recommend reaching out to Pipedream support for further assistance. You can visit Support - Pipedream for more support options.
I hope this helps, and I apologize for any inconvenience this may have caused.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double-check my answers and code! Learn how to build your own.