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

Task File Upload broken since node16 upgrade #2746

Closed
Schnitzel opened this issue Jul 1, 2021 · 0 comments · Fixed by #2747
Closed

Task File Upload broken since node16 upgrade #2746

Schnitzel opened this issue Jul 1, 2021 · 0 comments · Fixed by #2747
Labels
1-api-auth API & Authentication subsystem
Milestone

Comments

@Schnitzel
Copy link
Contributor

since we upgraded to node16 the Task File Upload is broken.
@rocketeerbkw and I looked into this and it's some strange change in Node 13 around File Streams and graphql-upload (jaydenseric/graphql-upload#170)

@Schnitzel Schnitzel added the 1-api-auth API & Authentication subsystem label Jul 1, 2021
@Schnitzel Schnitzel added this to the v2.0.0 milestone Jul 1, 2021
Schnitzel added a commit that referenced this issue Jul 1, 2021
Somehow the returned readStream from graphql-upload is not a proper readStream anymore and the AWS SDK doesn't like it and just gets stuck.
Recreating a new readStream from the path solves this
Schnitzel added a commit that referenced this issue Jul 1, 2021
Somehow the returned readStream from graphql-upload is not a proper readStream anymore and the AWS SDK doesn't like it and just gets stuck.
Recreating a new readStream from the path solves this
Schnitzel added a commit that referenced this issue Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-api-auth API & Authentication subsystem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant