Internal failure occurred while resolving this field

0

I'm getting this error from a graphql query that I'm polling from a website. The query succeeds an arbitrary number of times and then returns this error. The resolver is a simple SELECT from an RDS database. There are no other details in the error response. Is there some way I can get further insight into this?

gefragt vor 4 Jahren298 Aufrufe
1 Antwort
0

I've run into a similar problem.

I have found no way to see the actual error in Log Insights either.

The error in the graph response looks something like this

"errors":[{"path":["myFunction"],"data":null,"errorType":"InternalFailure","errorInfo":null,"locations":[{"line":8,"column":5,"sourceName":null}],"message":"An internal failure occurred while resolving this field."}]

This does not trigger fieldInError = 1 in any log nor does it log the message or errorType.

beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen