Open dlewis23 opened 3 months ago
Which adapter do you use fetch or xhr?
I typically use XHR, but the issue happens with both.
I have the same issue on WebKit iOS 18.
totalSize is completely off until it is complete, then changes to the correct value:
total: 18446744073709552000 totalSize: 18446744073709552000
Last progress event returns the correct values:
total: 59461221 totalSize: 59461221
I have the same issue in version 1.7.4 and 1.7.7. This issue appeard after updating to ios 18 and only exists on safari. Is there currently any workaround for this?
I have same problem
I have reported this issue to Apple/Safari because I don't believe it's something we can fix its something with Safari/MacOS itself. https://bugs.webkit.org/show_bug.cgi?id=277286
Has anyone tested the issue with the fetch
adapter instead of the default xhr
? In theory, it shouldn't have the same issue.
Has anyone tested the issue with the
fetch
adapter instead of the defaultxhr
? In theory, it shouldn't have the same issue.
just tested it. still an issue. it’s a safari issue.
@DigitalBrainJS this problem happens with both XHR and Fetch. It's a bug with safari itself. I have reported the bug to Apple, others should say they have the issue here so it gets more eyes on it: https://bugs.webkit.org/show_bug.cgi?id=277286
Describe the bug
When uploading in Safari on MacOS or on iOS no upload progress event is fired. If you use FireFox or Chrome the upload progress is fired correctly.
To Reproduce
Use the inspector in Safari and no progress % is shown in the console.
Code snippet
Expected behavior
Progress of the upload should show as it does in Firefox and chrome.
Axios Version
1.7.2
Adapter Version
No response
Browser
Safari
Browser Version
17.4
Node.js Version
No response
OS
MacOS 14, iOS 17
Additional Library Versions
No response
Additional context/Screenshots
No response