Apollo Server upload feature is not working for Node.JS 13 because it uses version ^8.0.2 of graphql-upload which is not working on Node.JS 13: https://github.com/jaydenseric/graphql-upload/issues/170
A new version (version 9) had been published yesterday that support Node.JS 13. Is it possible to upgrade the dependency?
I confirm this issue. https://github.com/apollographql/apollo-server/issues/3508
This should be an easy fix... Is there something that is holding back the graphql-upload upgrade to 9.0?
Bumping this as v10.0 has now been released. I've used resolutions to pin v10 in a project and that is what it took to resolve my upload issues.
Using the latest graphql-upload also doesn't work with Node 12 as outlined here jaydenseric/graphql-upload#185
@jz222
Using the latest graphql-upload also doesn't work with Node
12.
That's not correct, all the tests are passing for Node.js v12:
https://github.com/jaydenseric/graphql-upload/runs/410239593?check_suite_focus=true#step:4:132
@jaydenseric sorry if I wasn't clear enough. I referenced the issue since you found out that it is related to mismatching versions of graphql-upload as mentioned here.
please upgrade it's throwing this error : Maximum call stack size exceeded
updates?
I'm disabling upload property look at here
Duplicate of #3508. Please also see the update / suggestion I posted there in https://github.com/apollographql/apollo-server/issues/3508#issuecomment-662371289
Still an issue on Node 14.
Most helpful comment
I confirm this issue. https://github.com/apollographql/apollo-server/issues/3508