Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
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)
1 Reply
_jespers_
Partner - Creator II
Partner - Creator II

Did you find out what was causing this issue? I'm facing the same error message trying to publish bookmarks.