ryanto / next-s3-upload

Upload files from your Next.js app to S3
https://next-s3-upload.codingvalue.com/
573 stars 78 forks source link

Require is not defined for aws-sdk on Next #160

Closed beacoding closed 1 year ago

beacoding commented 1 year ago

Been getting the following on

next 13.4.19 next-s3-upload": "^0.3.0"

Unhandled Runtime Error
ReferenceError: require is not defined

Call Stack
@aws-sdk/signature-v4-multi-region
ryanto commented 1 year ago

I would try upgrading to the latest version (0.3.4) to see if that helps fix this error for you.