Uploading Recorded Audio bytesSend: 0

Hey there,

I am currently trying to record media on the phone and upload it to the server.
I am using the following plugin for recording: https://github.com/remoorejr/cordova-plugin-media-with-compression
And the FileTransfer Plugin for upload (which is working fine for images)

Now I can record audio and play it back, but when I am trying to upload the file I don’t send any data to the server.

And I have no idea on how to debug this.

Thanks.