net::ERR_FAILED
On PutObjectCommand
#6574
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
potential-regression
Marking this issue as a potential regression to be checked by team member
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
third-party
This issue is related to third-party libraries or applications.
Checkboxes for prior research
Describe the bug
Hello,
I'm trying to create a upload function with the
@aws-sdk/client-s3
package and I can't seem to get files uploaded. When I try to upload files it just saysPUT URL?x-id=PutObject net::ERR\_FAILED
andI'm not sure what's wrong?!
My Tech Stack Is:
@aws-sdk/client-s3
(3.673.0)@mantine/dropzone
(7.13.2)@mantine/core
(7.13.2)typescript
(5.6.3)Regression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v22.6.0
Reproduction Steps
Observed Behavior
PUT URL?x-id=PutObject net::ERR\_FAILED
and
Expected Behavior
Files should be able to be uploaded to my
Backblaze (B2 CLOUD STORAGE)
S3 server and come back with a version ID and then from there I upload the information to a Supabase database.Possible Solution
No response
Additional Information/Context
I have tried regenerating keys and inputting them manually through
CyberDuck
and was able to upload files throughCyberDuck
with the keys; I just can't get it to work with my NextJS app. The upload process was work in mydev server
up until a week or so ago; but has not worked on myprod server
(throughVercel
) for quite a few months now.The text was updated successfully, but these errors were encountered: