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?

질문됨 4년 전298회 조회
1개 답변
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.

답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠