Apollo-server: Upgrade graphql-upload to 9.0 to support Node.JS 13

Created on 4 Dec 2019  路  11Comments  路  Source: apollographql/apollo-server

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?

馃К uploads

Most helpful comment

All 11 comments

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.

Was this page helpful?
0 / 5 - 0 ratings