Troubleshooting
This page covers common issues you may encounter when configuring nodes in your workflows.
App Action Nodes
Section titled “App Action Nodes”Empty dropdown — no options loading
Section titled “Empty dropdown — no options loading”Symptom: A dropdown field (e.g., Organization, Project, Channel) shows no options or displays “Failed to load options”.
Cause: The connected account’s API key is either the wrong type or missing required permission scopes. The connection itself may appear successful, but the key lacks the permissions needed to fetch data for specific fields.
Fix:
- Go to Settings → Integrations
- Disconnect the affected app
- Reconnect using the correct API key type with the required scopes
- Check the app-specific setup guide for exact requirements:
- PostHog — requires a Personal API key (
phx_), not a Project API key (phc_)
- PostHog — requires a Personal API key (
Connection succeeds but action fails at runtime
Section titled “Connection succeeds but action fails at runtime”Symptom: The node is fully configured and fields loaded correctly, but execution fails with an authentication or permission error.
Cause: The API key used for the connection has read access (enough to load options) but lacks write permissions needed to perform the action.
Fix: Reconnect with a key that has both read and write scopes for the resources the action needs. Check the app-specific setup guide for required scopes.
Connection not appearing after setup
Section titled “Connection not appearing after setup”Symptom: You completed the connection flow but the node still shows “Connect to [App] to configure this action”.
Cause: The connection webhook from Pipedream may not have arrived yet, or the browser tab lost focus during the OAuth flow.
Fix:
- Wait a few seconds and refresh the page
- Check Settings → Integrations to confirm the connection appears there
- If not listed, reconnect the app
AI Nodes
Section titled “AI Nodes”Model not responding or timing out
Section titled “Model not responding or timing out”Symptom: The AI node hangs or returns a timeout error during execution.
Cause: The selected model may be under heavy load, or the prompt + context exceeds the model’s context window.
Fix:
- Try a different model from the model selector
- Reduce the input size — shorten the prompt or limit upstream data passed in
- Retry — transient provider errors are common
Trigger Nodes
Section titled “Trigger Nodes”Schedule trigger not firing
Section titled “Schedule trigger not firing”Symptom: The agent is deployed but the scheduled trigger doesn’t execute at the expected time.
Cause: Cron schedules use UTC timezone. The schedule may be correct but offset from your local time.
Fix:
- Verify the cron expression matches your intended UTC time
- Check the agent’s run history to confirm whether executions are happening at all
- Ensure the agent is deployed (draft agents don’t execute triggers)