I have created an API endpoint using the Django python framework that I host externally. I can access my endpoint from a browser (mydomain.com/endpoint/) and ve
mydomain.com/endpoint/
THE SOLUTION is: on Android you need to specify the file path with file:// as prefix. So do like this:
const audio = { uri: 'file://' + this.recorder.fsPath, type: 'video/mp4', name: filename }