Ultron Khanh
05/19/2026, 12:49 PMkapa.ai
05/19/2026, 12:50 PMAxiosError: Tiger backend threw an error: AxiosError: timeout exceeded originating from a ProfileApi_Geturrent call, which suggests the request to GoodData's backend is timing out before a response is received.
Here are the recommended steps:
1. Determine if it's a network/connectivity issue Since the client is in Australia, geographic distance can introduce significant latency. The error stack trace shows the timeout is happening at the Axios (HTTP client) level, which is consistent with a network-layer timeout rather than a GoodData server error. Similar cases have been traced back to temporary network/DNS issues outside of GoodData. [Network timeout case]
Ask the client to:
• Try from a different network or VPN endpoint closer to the GoodData region.
• Check if other GoodData users in Australia are affected, or only this specific client.
• Try a different browser or incognito window, and clear cache.
2. Check the GoodData status page Visit support.gooddata.com to see if there are any active incidents in the relevant region (e.g., IAD1/us-east-1 or DUB1/eu-west-1). [GoodData Cloud down]
3. Capture diagnostic information To help GoodData Support investigate, collect:
• A HAR file from the browser (captures full network activity).
• The traceId from any failing API responses (visible in browser DevTools → Network tab).
• The exact time(s) the error occurred.
• The organization URL and region.
[API errors & traceId]
4. Be aware of GoodData API limits GoodData Cloud has a 180-second read timeout — if the server does not transmit anything within this window, the connection is closed. For clients with high latency (e.g., Australia → US/EU), this limit can be reached more easily. [API limits]
> These limits are not user-configurable on standard plans, but can be adjusted for dedicated clusters after GoodData reviews the use case. [API limits]
5. Contact GoodData Support If the issue persists, open a support ticket at support.gooddata.com and include:
• Organization URL
• Region
• TraceId(s) from failing requests
• HAR file
• Description of the geographic location of affected users
This will allow GoodData to inspect backend logs and determine whether a limit adjustment or infrastructure change is needed for your use case. 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Shamil Akhmadyshev
05/19/2026, 12:59 PMShamil Akhmadyshev
05/19/2026, 1:00 PMShamil Akhmadyshev
05/19/2026, 1:02 PMUltron Khanh
05/19/2026, 1:04 PMShamil Akhmadyshev
05/19/2026, 1:42 PM"msg": "Execution of SQL statement was cancelled due to timeout"
CancellationException: Cancellation received from client
As an immediate workaround, we recommend increasing the timeout value in your GoodData SDK configuration.
Please give it a try and let us know the result.