I’m running into an issue I hadn’t seen before. I am rendering a content item A that gets some properties from a different content item B, with B being selected in a content picker on A.
Only on production, when B is modified and republished in the backoffice, visiting A in the front-end still shows the old properties from B. Only when A is also republished, the rendered page is updated.
Is this some sort of caching issue that can be avoided?
Edit: my full structure is: rendered content item < other content item selected in content picker < block grid elements < content items selected in content picker in elements. I’ll see on what level the issue does and doesn’t occur, although I believe I’ve seen it even when editing the the first sublevel, without interacting with the block grid. It sounds similar to Cache is not cleared for a block that references a content item (in a Block Grid) · Issue #17685 · umbraco/Umbraco-CMS · GitHub , but this should be long fixed. Even a simple numeric property on a content item selected in a picker on the rendered content item is not updated. Blocks/elements play no role in the issue…
Edit: The issue actually also occurs locally in development. Restarting the application does cause the content to update (both on development and production).