Replies: 2 comments
-
I'll add a bump to this. My team works primarily on air-gapped networks, and we have been entirely unable to get Sandbox to work after some weeks of trying (including an attempt at mirroring the entire CDN and forking the repo(s) to rewrite all the hostnames). We have Playground working, but the features of Sandbox would be a huge boon. Unfortunately our schema is not allowed to be brought down to a lower security level for internet access to use Sandbox. |
Beta Was this translation helpful? Give feedback.
-
I have it working with graphiql: https://github.com/graphql/graphiql |
Beta Was this translation helpful? Give feedback.
-
Hi,
the company I'm working on develops exclusively in remote environments with tight restriction on outside communication. The only access to the outside for me so far is through an NPM proxy.
In this scenario, the Apollo Sandbox is not able to load because it tries to fetch data from a CDN.
Is there a way to make it run local only?
Beta Was this translation helpful? Give feedback.
All reactions