Umbraco 16.4 nodes seem published, but are not

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?

save-Publish

Umbraco only published descendants if they actually have changes to be published.

Have you tried refreshing the content cache in the Settings section > Published Status

Related topics:

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

That’s a completely different issue. I’d recommend creating a new thread for that.

Hi @BlagoCuljak

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.

Hi @nielslyngsoe and @sebastiaan , so I managed to fix the annoying save modal by bumping version from 16.4-rc2 to 16.4, so, all good, sorry.

1 Like