After separating the accounts subgraph while I’m running the query provided in the ‘Testing our Changes’ it gives me the following error:
{
“data”: {
“listing”: null
},
“errors”: [
{
“message”: “HTTP fetch failed from ‘accounts’: HTTP fetch failed from ‘accounts’: error trying to connect: received corrupt message”,
“path”: [
“listing”,
“host”
],
“extensions”: {
“service”: “accounts”,
“reason”: “HTTP fetch failed from ‘accounts’: error trying to connect: received corrupt message”,
“code”: “SUBREQUEST_HTTP_ERROR”
}
},
{
“message”: “HTTP fetch failed from ‘accounts’: HTTP fetch failed from ‘accounts’: error trying to connect: received corrupt message”,
“path”: [
“listing”,
“reviews”,
“@”,
“author”
],
“extensions”: {
“service”: “accounts”,
“reason”: “HTTP fetch failed from ‘accounts’: error trying to connect: received corrupt message”,
“code”: “SUBREQUEST_HTTP_ERROR”
}
}
],
“extensions”: {
“valueCompletion”: [
{
“message”: “Cannot return null for non-nullable field Host.name”,
“path”: [
“listing”,
“host”
]
},
{
“message”: “Cannot return null for non-nullable field Listing.host”,
“path”: [
“listing”,
“host”
]
}
]
}
}
and on the router I’m getting this error:
Fetch error: HTTP fetch failed from ‘accounts’: HTTP fetch failed from ‘accounts’: error trying to connect: received corrupt message.
Please help me resolve this error. Thanks