Issues with Orchestration Agent: Webhook Output & Supabase Connectivity
Hi Lindy Support, I'm experiencing an several issues with my Agent Agent Definition ID: 68fa7f2035fab4aa6a063b2c Agent Name: Orchestration Agent First problem - Webhook trigger 'body' output not accessible in downstream Code node Error: "Failed to find output reference 'body' because no-source-block-found" Configuration: - Webhook trigger node ID: 68fa7f2035fab4aa6a063b2a - Code node trying to access it: 690af2fcf08b20b64f59dd8c - Reference path: webhook_received.body - Reference type: "output" The webhook trigger clearly outputs a 'body' field (I can see it in the UI: method, headers, query, body, etc.), but when the Code node tries to reference it, I get the "no-source-block-found" error. I've verified: The reference uses "type": "output" The path is "body" (not "request.body") The nodeId is correct The nodes are connected via edges All nodes are on the same layer This appears to be a bug in how webhook trigger outputs are exposed to downstream nodes. What We've Tried:
- 1.
Changed from "type": "message" to "type": "output"
- 2.
Verified the correct path is body (not request.body)
- 3.
Confirmed the nodeId is correct (68fa7f2035fab4aa6a063b2a)
- 4.
Verified the nodes are properly connected with edges
- 5.
Confirmed all nodes are on the same layer
Webhook ID: 8c0bd5fe-6cd6-4f23-ab34-20c09edb10cd
Trigger ID: 6908ec3861376f959daac84d
Second problem Supabase connectivity: native nodes + HTTP requests failing with new keys Context New Supabase projects now use Secret API keys (legacy anon / service_role are disabled). Your native Supabase nodes appear not to support the new Secret keys yet. What I’m seeing
The native Supabase connector doesn’t authenticate with the new keys.
Even when I try the legacy key for testing, runtime egress seems to fail.
Plain HTTP Request nodes to Supabase also fail the same way
How should I authenticate Supabase calls from Lindy with the new Secret API keys? Is there a known issue with egress to *.supabase.co from the runtime? Do the native Supabase nodes plan to support the new key model? If yes, is there a workaround in the meantime? Can you please investigate? Thank you! -- Best regards, Svitlana Medvedyk
