it’s pointing to an unpublished and empty node in the content tree, if I just delete the node and o another settings import, im just getting another node id and so on and so on.
This is just a wild guess, but are the languages the same between what uSync has and the language in the environment? For instance, is one nl-NL and the other just nl for instance?
If someone can give me a reproduceable way to get here, we can look at what we can do in uSync.
uSync doesn’t touch this table directly (uSync does NO database updates, its all via the Umbraco layer)
I have tried various combinations of changing cultured to and from not cultured on properties and doctypes, and deleting/recreating languages, and i can’t get this to happen.
The error is coming from deep inside umbraco when it ‘Renormalizes` the document edited flags, (which is triggered when the doctype changes from cultures to not cultured, but how it gets into the state is the hard part)
It looks like something doesn’t match inside the table at this point you get this then the error is thrown.
I just can’t get the site into this state though any combination of import/sync
if you can work out how it gets like this then happy to try and get something in there to resolve it.