Hi @magdaaniol , ive tried using window.prodigy.save like this (since i dont have types etc - you ship minified bundle basically which i dont fully understand since complementary python code is there anyways)
window.prodigy
.save()
/* // Cannot read properties of undefined (reading 'then')
.then(() => {
console.log('Saved')
})\*/
How can i “save” and wait for annotations to be actually saved to the database to proceed?
I’ve tried setting up prodigysave listener in hope that it fires on actual confirmation of the save to database but that fails for different reason
here is bug report prodigyscriptloaded does not fire