rover dev
not respecting path
configuration in router.yaml
#1535
Labels
rover dev
not respecting path
configuration in router.yaml
#1535
Description
When using
rover dev
with--router-config
pointed at arouter.yaml
wherepath
is set to/graphql
, thepath
configuration is ignored and the supergraph endpoint ends up beinglocalhost:3000
.Steps to reproduce
# sample rover dev command APOLLO_ELV2_LICENSE=accept rover dev --name my-app --schema my-app/schema.gql --url http://localhost:6002/graphql --router-config ./router.local.yaml
To reproduce, just run rover dev pointed to a router.yaml where
path
is configured to/graphql
and you should see that the supergraph endpoint remainslocalhost:3000
.Expected result
I would have expected the supergraph's endpoint to be
localhost:3000/graphql
insteadActual result
The supergraph endpoint produced by using
rover dev
remainslocalhost:3000
intead oflocalhost:3000/graphql
Environment
Run
rover info
and paste the results hereThe text was updated successfully, but these errors were encountered: