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

#2746 fix broken file upload with a workaround: #2747

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

Schnitzel
Copy link
Contributor

fixes #2746

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

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 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 Schnitzel merged commit 8252dbe into main Jul 2, 2021
@rocketeerbkw rocketeerbkw mentioned this pull request Jul 6, 2021
3 tasks
@tobybellwood tobybellwood deleted the 2746-broken-task-file-upload branch August 20, 2021 05:06
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 this pull request may close these issues.

Task File Upload broken since node16 upgrade
1 participant