I upgraded to 16.4., I published my root node with all of its descendants (no errors), and they seem published, but actually, are not. I get URL, status published in UI, but anytime I navigate it asks me to Save or ignore changes, and there are no changes. I try to open the page, it works, I try to fetch some details of some “published“ node with working controllers, it displays as not published. Cleared cache, everything. Any idea?
Everything is published, cleared cache, memory, db cache, but everytime I navigate from a node, modal pops out asking me about Save, and I don’t have any changes
The ‘discard changes’ dialog seems to me like a different problem than the thread topic?
But no worries — on this particular problem you can investigated what causes it. When the Discard Changes dialog is shown you can see the compared JSON in the DevTools and see what caused this dialog.
In that way you can see what part of the data that got changed by the UI. We can use that to see what causes the dialog to appear. Maybe there is a concrete problem to be fixed, perhaps you just need to re-save the data because it contains data that was written with different configurations or saved in older versions?
So I would assume if you save it, it should no longer notify you.