You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is a bug report and questions should be posted in the Community Forum
I searched issues and couldn’t find anything (or linked relevant results below)
Link to runnable example
Uppy React
Steps to reproduce
I searched the issue and found that this problem has been fixed several times.
However, I am still encountering the issue.
I used presign-url to upload files to R2 (S3 compatible), and I can see that the request returned the correct ETag in the Chrome network. However, when I debug the error point, I found that xhr.getAllResponseHeaders() did not retrieve the complete response header.
For R2, it doesn't have these setting options. What I don't quite understand is that the information obtained from debug is inconsistent with the web response header. The Cloudflare R2 response already clearly includes these headers.
Initial checklist
Link to runnable example
Uppy React
Steps to reproduce
I searched the issue and found that this problem has been fixed several times.
However, I am still encountering the issue.
I used presign-url to upload files to R2 (S3 compatible), and I can see that the request returned the correct ETag in the Chrome network. However, when I debug the error point, I found that xhr.getAllResponseHeaders() did not retrieve the complete response header.
Deps:
Expected behavior
upload complete
Actual behavior
upload throws
The text was updated successfully, but these errors were encountered: