running into dotnet sdk 7 issue when running dotnet run -- schema export --output schema.graphql

 

When running "dotnet run -- schema export --output schema.graphql", you will hit this error if you don't have dotnet 7.11x installed. So you need to download 7.11x - it can be higher but cannot be 7.3x or 7.4x

Once you install it, this error should go away. 







Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm