diff --git a/umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/major-upgrades.md b/umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/major-upgrades.md index 765e6a022c2..8774337afb2 100644 --- a/umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/major-upgrades.md +++ b/umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/major-upgrades.md @@ -176,7 +176,20 @@ Update all projects and packages in your solution to support the latest .NET.

Click on the Umbraco logo in the Umbraco backoffice to confirm the version number.

-4. Ensure that the project runs locally without any errors. +{% hint style="warning" %} + +If you receive a missing deploy license error after upgrading, even though the license is valid, it may be due to browser caching. Google Chrome has an aggressive caching that can interfere with license validation during startup. +To resolve this: +1. Open Chrome's Developer Tools (F12). +2. Right-click the reload button next to the address bar. +3. Select **Empty cache and hard reload**. + +It is recommended to clear the cache and cookies thoroughly in all browsers you're using to access the Umbraco backoffice. +This step can help resolve unexpected startup issues after the upgrade. + +{% endhint %} + +5. Ensure that the project runs locally without any errors.