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
Metadata
Assignees
Labels
No labels
Activity