Hey All - I'm hitting a weird issue with GraphQL. ...
# troubleshoot
r
Hey All - I'm hitting a weird issue with GraphQL. I'm doing a
searchAcrossLineage
for two different starting tables, but the search criteria is the same (same direction, type, text query etc). The first table returns matches back without issue, but when I go to search the second table I'm hit with
Copy code
{
  "errors": [
    {
      "message": "Failed to execute 'text' on 'Response': body stream already read",
      "stack": "TypeError: Failed to execute 'text' on 'Response': body stream already read\n    at https://<domain>/api/graphiql:57:33\n    at async <https://unpkg.com/graphiql/graphiql.min.js:2:568905>"
    }
  ]
}
And now when I go to re-run the first table (which was successful) I hit the same error. Hoping someone can help me understand whats going on in the GraphQL backend that would produce this error?
Also - when I go and search for something else on those tables it returns just fine 😕
g
Hi @rhythmic-stone-77840 Could you please share datahub-gms logs (how to extract log: https://datahubproject.io/docs/how/extract-container-logs/) cc: @bulky-soccer-26729