iatzmon / moleculer-apollo-federation-example

2 stars 1 forks source link

Doesn't seem to work when deployed with Docker #10

Open icex opened 3 years ago

icex commented 3 years ago

I've tried to deploy this example with docker-compose but it doesnt seem to work. All services are up in the example but the gateway doesn't register the graph services if they are on different nodes I guess..

{
  "error": {
    "errors": [
      {
        "message": "This data graph is missing a valid configuration. More details may be available in the server logs.",
        "extensions": {
          "code": "INTERNAL_SERVER_ERROR"
        }
      }
    ]
  }
}
veeramarni commented 3 weeks ago

@icebob Are you interested in extending Moleculer with federation?