bluehalo / graphql-fhir

A secure GraphQL implementation for the HL7 FHIR specification based on the current implementation guide for GraphQL with FHIR and developed with Node.js and Express.
MIT License
166 stars 49 forks source link

fix: content security policy for GraphiQL on OSX #71

Closed s1monj closed 1 year ago

s1monj commented 2 years ago

After following getting started steps http://localhost:3000/3_0_1/$graphiql was stuck on "Loading..." for both Firefox and Chrome on OSX. I added the recommended fix (https://github.com/graphql/graphql-playground/issues/1283) and it now works as expected.

luan-dev commented 2 years ago

Could you run the checks on your branch?

s1monj commented 2 years ago

As in manually triggering Lint & Test workflows? I don't appear to have the option to do this - is this only for default branch or is there something else I'm missing?