Looking for some advice on troubleshooting this specific timeout issue within our AppFoundry deployment. We are seeing consistent 504 Gateway Timeout errors when switching tenant contexts via the platform API.
The Node.js SDK v4.2.1 handles initial auth perfectly across all partner orgs. However, subsequent calls to /api/v2/architect/flows fail after the first successful request in a batch.
We have verified that OAuth tokens are valid and not expired during the execution window. The issue persists regardless of payload size or endpoint complexity within the Architect module.
Has anyone encountered similar latency spikes when cycling through multiple organization IDs in rapid succession using service account credentials?