Skip to content

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

@matheusvps

Description

@matheusvps

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions