Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Type Error when calling one API #43

@madEng84

Description

@madEng84

I have a TypeError in calling my APIs, but only in some cases (only for some APIs on Firefox and Safari)

console.log("CoreApi action-->",this.schema, action, params);
this.client.action(this.schema, action, params).then(data => {
  console.log('inside Call')
  return resolve(data)
}).catch(err => {
  console.error('[ERROR: ApiService.action()]', err)
  return reject(err.content)
})

In console i can see only

TypeError: Type error

as you can see in this attachment.
I need more info about this bug. How can i do?

schermata 2017-10-25 alle 11 36 59

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions