-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing '../endpoint/endpointResolver' on @aws-sdk/client-s3 when deploying to Vercel #6614
Comments
The file |
I don't think its in the build or install process. My project doesn't have a build command, and it only installs the dependencies through
|
Hi @dwnppoalt - this may be caused by a mismatch in the versions of the AWS SDK installed locally and on Vercel's deployment environment. What does your One suggestion would be to update @aws-sdk/client-s3 package to the latest version with |
@aBurmeseDev I installed the AWS SDK on my local machine using This is my
|
Checkboxes for prior research
Describe the bug
When deploying my project to Vercel, this error raises:
When I run it locally, it works fine.
Regression Issue
SDK version number
@aws-sdk/client-s3@^3.682.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.12.2
Reproduction Steps
N/A.
Observed Behavior
Expected Behavior
It should be imported normally.
Possible Solution
No response
Additional Information/Context
I import it to my
s3.js
file using:The text was updated successfully, but these errors were encountered: