Stuck on a persistent 504 Gateway Timeout when invoking a custom Data Action from a Genesys Cloud Architect flow. The action handles context switching for our multi-org AppFoundry integration.
The payload is under 500KB, yet the timeout occurs consistently after 30 seconds. Our Node.js SDK v4.2.1 logs show the request leaves the function but never receives a response from the platform.
Is there a hidden latency limit for cross-org API calls within Architect? We verified network connectivity and OAuth token validity. Any insights on debugging this specific timeout?