-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.8.0 installed from npm broken due to superfluous output on STDOUT #1198
Comments
The issue breaks our production pipelines and we couldn't deploy a quick fix. Lost couple of hairs trying to figure it out. PLS fix. |
Temp solution install 0.7.0 version. |
@kpachbiu88 Yes, figured it out, thx |
Can confirm, the same happens to us. |
Thanks for opening this issue. Does this happen also to you all with the version installed from the In other words, the instruction at the top of the documentation here: https://www.apollographql.com/docs/rover/getting-started |
Also happened when composing supergraph my command:
Why you guys need to display such annoying text when composing schema? |
@jazarja The text is meant to be on STDERR and not interfere with the schema that's being generated. Also, I believe that text is just shown the first time you run Rover on an installation. If you run literally any other command first, that message might not appear? It looks to me like information from the installation step is bleeding into the output. Out of curiosity, are you also installing Rover with |
@abernix I installed Rover CLI from
No, it's there every time. |
I install rover with npm on my github action (so it will always first time run whenever I run rover supergraph compose) I can say the latest version has breaking change so the command to generate supergraph on https://www.apollographql.com/docs/rover/commands/supergraphs doesnt work anymore.
|
Same question to everyone: can anyone confirm that the problem goes away with a version installed from |
It works correctly when installed using |
I believe this is related to #1197 |
In Rover version 0.8.0 add extra message in the schema and breaks it
Command: rover subgraph introspect https://api-test.test.com/main/graphql > test.graphql
Result test.graphql:
This message breaks schema:
If you would like to disable Rover's anonymized usage collection, you can set APOLLO_TELEMETRY_DISABLED=1
You can check out our documentation at https://go.apollo.dev/r/docs.
rover.exe is already installed, skipping installation.
The text was updated successfully, but these errors were encountered: