Aws multipart unable to pause (t.forEach is not a function) Uppy

273 Views Asked by At

I am using uppy AWS multipart to upload files on AWS.

When I pause the upload I am facing the below error:

[Uppy] [12:47:13] Failed to upload Screencast.mp4 t.forEach is not a function
[Uppy] [12:47:13] t.forEach is not a function

<script src="https://releases.transloadit.com/uppy/v1.27.0/uppy.min.js"></script>

<script>
  var uppy = Uppy.Core().use(Uppy.Dashboard, {
    inline: true,
    target: '#drag-drop-area'
  }).use(
    Uppy.AwsS3Multipart, {
      companionUrl: '/my-companionUrl/',
      limit: 4,
    }
  )
</script>
0

There are 0 best solutions below