Adham Sami
06/17/2026, 4:40 PMTiger backend threw an error:
{
"detail": "The requested endpoint does not exist or you do not have permission to access it.",
"status": 404,
"traceId": "dc1674e9d469ed3e8a91a940146c9e92"
}
Is there an ongoing issue that you're aware of that could be causing this?kapa.ai
06/17/2026, 4:41 PMWorkspace.ANALYZE permission for the workspace the dashboard is in. [Share Dashboards Troubleshooting]
2. Authentication/token issues — In embedded contexts, 401/404 errors are often caused by JWT token expiration or the auth provider not injecting the Authorization: Bearer header properly before the web components fire their API requests. [Auth issue case]
3. Transient platform issue — Past community cases show that 404 errors affecting embedded dashboards have sometimes been caused by temporary platform disruptions (e.g., infrastructure updates, datacenter issues) that resolved on their own. [Platform issue case]
4. OAuth or networking configuration — One case showed a 404 for all users caused by a newly deployed OAuth feature that was temporarily disabled to restore access. [OAuth issue case]
Recommended Steps 1. Check the GoodData Status Page at support.gooddata.com for any active incidents in your region.
2. Verify permissions — Confirm external users have both dashboard and workspace-level access.
3. Check the traceId in the error response (if present) and share it with GoodData Support so they can look up the exact cause in backend logs.
4. Test outside the embed — Try accessing the dashboard directly on cloud.gooddata.com to determine if the issue is embed-specific or broader.
5. Capture a HAR file from the browser while reproducing the error — this is typically requested by GoodData Support to diagnose embedded authentication issues.
If the issue is production-impacting, open a Severity 1 support ticket at support.gooddata.com with your organization URL, affected user details, and any traceId values from the error. 👍 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.Yvonne Changamuka
06/17/2026, 5:24 PMAdham Sami
06/17/2026, 7:37 PMMauricio Cabezas
06/18/2026, 9:52 AMJulius Kos
06/18/2026, 2:17 PMAdham Sami
06/18/2026, 8:23 PMAdham Sami
06/18/2026, 8:38 PMTiger backend threw an error: {
"detail": "The requested endpoint does not exist or you do not have permission to access it.",
"status": 404,
"traceId": "11c8dd529647b8fd18e24f0026312760"
}
To answer your questions:
Any recent changes on your side (app, SDK version, auth/JWT):
• No, this issue has been ongoing, it just started happening in mass so we were alerted.
Do the affected users share a specific role or user group(vs. the ones it works for
• We tested this, and we see it happening across tenants where the users don't share both workspaces, so no.
@Julius Kos @Mauricio Cabezas I sent the HAR File in a DM.Joseph Heun
06/18/2026, 9:32 PMMauricio Cabezas
06/19/2026, 9:14 AMRyan Peters
06/19/2026, 1:37 PMDaniel Stourac
06/19/2026, 1:53 PM