Question about downloading S3 Objecs (130MB) #7579
Unanswered
TheWebDevel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering a strange issue after our recent migration to react-query. When downloading a 130 MB S3 object, the network tab in Chrome or any browser shows it stuck at 564B with a pending status for a while, then it suddenly jumps to 130MB, showing the time taken once it's fully downloaded.
In our other application, which uses rtk-query, this problem doesn't occur when downloading the same object using the same S3 presigned URL.
I'm just wondering if it's anything to do with how react-query works. I could find no info on either Stack Overflow or GH Issues/Discussions.
Beta Was this translation helpful? Give feedback.
All reactions