Replies: 1 comment 3 replies
-
The error is only occurring if used conjunction with a Node.js, Expressjs or Fastify server as in the example. If I do |
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
-
I am having a project where I use
meshHttp.handleNodeRequest
fromcreateBuiltMeshHTTPHandler
on a custom Fastify server.The code can be viewed here https://github.com/viets-software-club/truffle-ai/blob/2887df8963e396f1cc4450fc16e87c42a716b72c/packages/graphql-gateway/src/server.ts
Replication
there is a commands.txt that includes the commands with environment variables
Codesandbox Link
Failing query:
with variables
the heap out of memory is caused here,
I took the example from
https://the-guild.dev/graphql/mesh/docs/getting-started/deploy-mesh-gateway#mesh-as-a-fastify-route
.meshrc.yaml
the stacktrace
Beta Was this translation helpful? Give feedback.
All reactions