Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeError: Maximum call stack size exceeded #604

Closed
PetrVasilev opened this issue Nov 7, 2019 · 1 comment
Closed

RangeError: Maximum call stack size exceeded #604

PetrVasilev opened this issue Nov 7, 2019 · 1 comment

Comments

@PetrVasilev
Copy link

After update node version to 13, I have error in server - "RangeError: Maximum call stack size exceeded ". But when downgrade to 12 is okay.

It is my error in console
`
internal/fs/streams.js:120
function _openReadFs(stream) {
^

RangeError: Maximum call stack size exceeded
at _openReadFs (internal/fs/streams.js:120:21)
at ReadStream. (internal/fs/streams.js:116:3)
at ReadStream.deprecated [as open] (internal/util.js:70:15)
at ReadStream.open (/Users/byokke/Documents/freelance/plazo/server/node_modules/graphql-upload/node_modules/fs-capacitor/lib/index.js:90:11)
at _openReadFs (internal/fs/streams.js:123:12)
at ReadStream. (internal/fs/streams.js:116:3)
at ReadStream.deprecated [as open] (internal/util.js:70:15)
at ReadStream.open (/Users/byokke/Documents/freelance/plazo/server/node_modules/graphql-upload/node_modules/fs-capacitor/lib/index.js:90:11)
at _openReadFs (internal/fs/streams.js:123:12)
at ReadStream. (internal/fs/streams.js:116:3)
at ReadStream.deprecated [as open] (internal/util.js:70:15)
at ReadStream.open (/Users/byokke/Documents/freelance/plazo/server/node_modules/graphql-upload/node_modules/fs-capacitor/lib/index.js:90:11)
at _openReadFs (internal/fs/streams.js:123:12)
at ReadStream. (internal/fs/streams.js:116:3)
at ReadStream.deprecated [as open] (internal/util.js:70:15)
at ReadStream.open (/Users/byokke/Documents/freelance/plazo/server/node_modules/graphql-upload/node_modules/fs-capacitor/lib/index.js:90:11)
`

@saihaj
Copy link
Collaborator

saihaj commented Feb 19, 2022

Hey @PetrVasilev we @the-guild-org are the new maintainers for this project and actively developing v2. The new yoga server we recommend using latest version of Node. Checkout out new docs https://www.graphql-yoga.com/ and would love to get your feedback on beta release!

@saihaj saihaj closed this as completed Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants