Internal failure occurred while resolving this field
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?
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.
Relevant questions
Athena INTERNAL_ERROR_QUERY_ENGINE
asked a month agoInternal failure occurred while resolving this field
asked 2 years agoHow to use Amplify Datastore to sync with data from DynamoDB and seed DynamoDB from a Lamba
asked 4 months agoInternal Server Error from API Gateway when sending queries through gateway to Lambda function connected to RDS database
asked 2 months agoAthena -- Query exhausted resources at this scale factor
asked 3 years agoElasticSearch query performance
Accepted Answerasked 5 years agoAthena error: INVALID_FUNCTION_ARGUMENT Invalid format: ""
asked 4 months agoInternalFailure error from Pipeline Resolver
asked 2 years agoWhat does stv_fdisk_stats table do?
asked 2 years agoGraphQL DynamoDb filter List field
asked 2 years ago