NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
101 stars 50 forks source link

[Android] Demo apps are throwing errors when upload files. #224

Open DimitarTodorov opened 5 years ago

DimitarTodorov commented 5 years ago

Which platform(s) does your issue occur on?

Android

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

  1. Run the demo-server (npm i && node server 8080)
  2. Run demo (demo, demo-angular, demo-vue)
  3. Upload file (both upload and multi-part)

Actual: The status of the upload is error. Expected: The upload should be successful.

The images bellow are from demos, describing the response statuses:

Screenshot 2019-06-10 at 13 59 55 Screenshot 2019-06-10 at 14 00 30 Screenshot 2019-06-10 at 14 02 56

Is there any code involved?

Demo apps from the repo.

ordapad commented 4 years ago

We have the same issue whilst uploading videos mostly files bigger than 1 mb. Currently a blocker on an important project.