Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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.