[Vuejs]-Storage.put() throwing โ€“ AWSS3Provider โ€“ error uploading TypeError: Cannot read property 'byteLength' of undefined

-1๐Ÿ‘

โœ…

I also faced this problem while uploading data to s3 using Apmplify.

The problem is not in your code its library version issue, make sure to use same Amplify version which is used on server

Latest Amplify version is 4.3.0
https://www.npmjs.com/package/aws-amplify

Leave a comment