Replies: 1 comment 3 replies
-
I think it works now; |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Urigo, I'm new to graphql and I have followed your steps and that of Jamie Barton to install (add) @graphql-mesh/fhir @graphql-mesh/cli, @graphql-mesh/runtime graphql using yarn and npm independently but having the issues below.
After trying http://hapi.fhir.org/baseR4, I also set up my own fhir server running postgresql and all to no avail.
Please, what would I do to resolve these issues?
🕸️ - Server: Generating Mesh schema...
RangeError: Maximum call stack size exceeded
at str (/Users/ethelschinedu/fhirGenomics/fhirGenomeApp/graphqlMesh/graphql-mesh/examples/json-schema-fhir/node_modules/json-bigint-patch/dist/index.js:200:17)
at /Users/ethelschinedu/fhirGenomics/fhirGenomeApp/graphqlMesh/graphql-mesh/examples/json-schema-fhir/node_modules/json-bigint-patch/dist/index.js:307:33
at Array.forEach ()
at str (/Users/ethelschinedu/fhirGenomics/fhirGenomeApp/graphqlMesh/graphql-mesh/examples/json-schema-fhir/node_modules/json-bigint-patch/dist/index.js:306:40)
at /Users/ethelschinedu/fhirGenomics/fhirGenomeApp/graphqlMesh/graphql-mesh/examples/json-schema-fhir/node_modules/json-bigint-patch/dist/index.js:307:33
at Array.forEach ()
at str (/Users/ethelschinedu/fhirGenomics/fhirGenomeApp/graphqlMesh/graphql-mesh/examples/json-schema-fhir/node_modules/json-bigint-patch/dist/index.js:306:40)
at /Users/ethelschinedu/fhirGenomics/fhirGenomeApp/graphqlMesh/graphql-mesh/examples/json-schema-fhir/node_modules/json-bigint-patch/dist/index.js:307:33
at Array.forEach ()
at str (/Users/ethelschinedu/fhirGenomics/fhirGenomeApp/graphqlMesh/graphql-mesh/examples/json-schema-fhir/node_modules/json-bigint-patch/dist/index.js:306:40)
🕸️ - FHIR: Failed to generate schema: Maximum call stack size exceeded
🕸️ - Server: Schemas couldn't be generated successfully. Check for the logs by running Mesh with DEBUG=1 environmental variable to get more verbose output.
Beta Was this translation helpful? Give feedback.
All reactions