spoonconsulting / cordova-plugin-background-upload

Cordova plugin for background upload
Apache License 2.0
49 stars 53 forks source link

error: 'Upload Settings object is missing or has invalid arguments' #271

Open matheusvps opened 8 months ago

matheusvps commented 8 months ago

I did this ;

const uploader = FileTransferManager.init({ parallelUploadsLimit: 1 }, async event => {
    console.debug('entered init');
      console.debug('event outside if', event);
      if (event.eventId) {
        console.debug('event inside if', event);

The error appears on this line : console.debug('event outside if', event);

Why am I receiving this error ?

zfir commented 8 months ago

Hello @matheusvps,

Can you please send the full code? And the full stacktrace of the error.

Also let us know what version that you are using?