-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Description
const url = ${window.location.protocol}//${host}${window.GRAPHQL_ENDPOINT}``
Playground doesn't work on URLs like this https://foo.com/comments/graphiql.
https://foo.com/comments/ is the API getaway URL that routes to our comments service and comments service is based on Mercurius.
In this case code just ignores the part after host(in my case comments)
And playground calls to wrong qraphql url. It calls https://foo.com/graphql instead of https://foo.com/comments/graphql
pukuba, BorisTB and glg-satish-tripathi
Metadata
Metadata
Assignees
Labels
No labels