Hello All,
I am using Windows system and I am trying to run a router with super graph and router configuration with the help of rover dev but it is not working and giving me following error:
rover dev --supergraph-config supergraph.yaml --router-config router.yaml
composing supergraph with Federation v2.7.1
ERROR: Failed to read configuration: could not deserialize configuration: data did not match any variant of untagged enum ListenAddr
ERROR: no valid configuration was supplied
ERROR: no valid configuration was supplied
I am setting API KEY and GRAPH REF and I did verify those are correct with help of other teams who are able to run it successfully.
My subgraph is developed using spring boot and netflix DGS and it is running locally. However when I try to communicate to it using router it give me an error saying can not start router.
Appreciate any help!