Skip to content

Commit c8c57d8

Browse files
authored
Merge pull request #7339 from Abdjulaziz/patch-11
Update major-upgrades.md
2 parents 7c1b082 + 434c7ee commit c8c57d8

File tree

1 file changed

+14
-1
lines changed
  • umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades

1 file changed

+14
-1
lines changed

umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/major-upgrades.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,20 @@ Update all projects and packages in your solution to support the latest .NET.
176176

177177
<figure><img src="../../../.gitbook/assets/image (94).png" alt=""><figcaption><p>Click on the Umbraco logo in the Umbraco backoffice to confirm the version number.</p></figcaption></figure>
178178

179-
4. Ensure that the project runs locally without any errors.
179+
{% hint style="warning" %}
180+
181+
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.
182+
To resolve this:
183+
1. Open Chrome's Developer Tools (F12).
184+
2. Right-click the reload button next to the address bar.
185+
3. Select **Empty cache and hard reload**.
186+
187+
It is recommended to clear the cache and cookies thoroughly in all browsers you're using to access the Umbraco backoffice.
188+
This step can help resolve unexpected startup issues after the upgrade.
189+
190+
{% endhint %}
191+
192+
5. Ensure that the project runs locally without any errors.
180193

181194
<details>
182195

0 commit comments

Comments
 (0)