You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
As a consequence of #83, graphiql seems to be no more able to access the vendor resources nor the subscriptions when behind a proxy.
For instance, one of our service is configured as such:
The service is deployed through the proxy with the route
http://foo.bar/my-service/
. So it exposes the following endpoints:http://foo.bar/my-service/graphiql
http://foo.bar/my-service/graphql
http://foo.bar/my-service/subscriptions
In that case, the resources retrieved by the browser are:
http://foo.bar/my-service/graphiql
http://foo.bar/vendor/es6-promise.auto.min.js
http://foo.bar/vendor/fetch.min.js
http://foo.bar/vendor/react.min.js
http://foo.bar/subscriptions
The text was updated successfully, but these errors were encountered: