Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

Integration, Extension & APIs

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now

Who Me Too'd this topic

sheetals
Contributor
Contributor

dosave() shows bad request/object write failed in nodejs

0

I am trying to create a .qvf file from serialized json with enigma.js but the doSave() method at last shows me error as (node:16376) UnhandledPromiseRejectionWarning: Error: Bad Request

error response

{
  jsonrpc: '2.0',
  id: 96,
  error: {
    code: 400,
    parameter: 'Object write failed.',
    message: 'Bad Request'
  }
}
.then(function(){
  return context.app.doSave();
})
Labels (3)
Who Me Too'd this topic