Umbraco 13.3.2 Requires Double Publishing for Changes to Appear on Frontend
I'm upgrading my Umbraco project from version 13.3.1 to 13.3.2, but after completing the upgrade, I noticed an issue in the back office. Now, I have to publish each page twice for the changes to appear on the frontend.
After the first publish, the frontend still displays the old version of the page, even though the changes are visible in the Umbraco back office. Only after publishing a second time do the changes appear on the live site.
This issue didn’t exist in the previous version, where publishing once was enough. Does anyone know why this is happening or how to fix it?
If the back office is updated with the value, then it should be the one showing up in the frontend as well. Must be caching issues or something from your end. I did the upgrade as well.
Umbraco 13.3.2 Requires Double Publishing for Changes to Appear on Frontend
I'm upgrading my Umbraco project from version 13.3.1 to 13.3.2, but after completing the upgrade, I noticed an issue in the back office. Now, I have to publish each page twice for the changes to appear on the frontend.
After the first publish, the frontend still displays the old version of the page, even though the changes are visible in the Umbraco back office. Only after publishing a second time do the changes appear on the live site.
This issue didn’t exist in the previous version, where publishing once was enough. Does anyone know why this is happening or how to fix it?
Hi Eranga,
If the back office is updated with the value, then it should be the one showing up in the frontend as well. Must be caching issues or something from your end. I did the upgrade as well.
Thank you Afreed, yes, you are correct issue was third party package I used in my project
is working on a reply...