S3 Client not working with next@14.1.3 #5925
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
pending-release
This issue will be fixed by an approved PR that hasn't been released yet.
Checkboxes for prior research
Describe the bug
When using the S3Client with next@14.1.3 we get the following error:
TypeError: endpointFunctions[fn] is not a function
following a long error message related to the package@smithy+util-endpoints@1.2.0
. We tried pinning the version of this package, but no success.There is another old issue related to this problem #5435, but the recommended solution is not working anymore. Please see the last comments.
SDK version number
@aws-sdk/client-s3@3.537.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v18.19.0
Reproduction Steps
@janvorwerk created this repo https://github.com/janvorwerk/aws-s3-demo to reproduce the error.
Observed Behavior
Expected Behavior
Get object from S3 bucket.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: