error[E005]: The response from Apollo Studio was malformed. Response body contains null
value for "implementing_services"
#570
Labels
null
value for "implementing_services"
#570
Description
When following the quickstart guide (https://www.apollographql.com/docs/federation/quickstart-pt-2/),
I ran into this error when trying to publish my first subgraph using this command:
rover subgraph publish <MY_OWN_GRAPH_NAME>
--routing-url https://rover.apollo.dev/quickstart/products/graphql
--schema ./products.graphql
--name products
which is basically the exact command in the quickstart guide. Here is the complete error I got from running this:
error[E005]: The response from Apollo Studio was malformed. Response body contains
null
value for "implementing_services"This error was unexpected! Please submit an issue with any relevant details about what you were trying to do
I made it work by using "npx apollo publish" for my first subgraph instead. From there, rover started working for other subgraphs.
Steps to reproduce
Follow step-by-step the quickstart guide here https://www.apollographql.com/docs/federation/quickstart/
Expected result
The first subgraph should have been published successfully.
Actual result
error[E005]: The response from Apollo Studio was malformed. Response body contains
null
value for "implementing_services"Environment
Version: 0.1.2
Install Location: /usr/local/share/.config/yarn/global/node_modules/binary-install/bin/rover
OS: Mac OS 11.2.3 [64-bit]
Shell: /bin/zsh
The text was updated successfully, but these errors were encountered: