TwentyT
Twenty5mo ago
8 replies
BigKahuna

Timeout During Company Query?

I am currently trying to fetch a single company via API using
`
.../companies/c1e55189-28b8-4958-81ec-6bfb5cb5a713
`
But that call is repeatedly failing due to the automatic timeout after 10 seconds or so. Indepedently of what depth level I am using (tried 0 to 2). Is this a know bug?

My server is logging this:
`
2025-09-09T15:41:05.905153359Z query failed: SELECT COUNT(1) AS "cnt" FROM "workspace_2tozdgqlnn5r7ixjvlwb99ldp"."company" "company" WHERE ( ("company"."id" = $1) ) AND ( "company"."deletedAt" IS NULL ) -- PARAMETERS: ["c1e55189-28b8-4958-81ec-6bfb5cb5a713"]
2025-09-09T15:41:05.905228178Z error: Error: Query read timeout
Was this page helpful?