-
Notifications
You must be signed in to change notification settings - Fork 32
Description
We are running the docker image on AWS ECS and it ran smoothly but now it's giving the following error suddenly:
msg="Error while handling request" error="client: rpc error: code = Internal desc = failed to send transaction to a collection node: 3 errors occurred:\n\t* failed to send transaction to collection node at collection-081.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-081.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\t* failed to send transaction to collection node at collection-029.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-029.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\t* failed to send transaction to collection node at collection-014.mainnet15.nodes.onflow.org:3569: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup collection-014.mainnet15.nodes.onflow.org on 169.254.169.254:53: no such host\"\n\n"
Any idea why this could be happening? This error is triggered only when submitting a transaction.