rhythmic-stone-77840
05/29/2023, 2:55 PMsearchAcrossLineage
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
{
"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?rhythmic-stone-77840
05/29/2023, 3:33 PMgentle-hamburger-31302
05/30/2023, 12:00 PM