Skip to content

Commit 59bfb77

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-24: No subject
1 parent 2dc6dca commit 59bfb77

File tree

1 file changed

+16
-0
lines changed
  • 16/umbraco-cms/fundamentals/setup/upgrading

1 file changed

+16
-0
lines changed

16/umbraco-cms/fundamentals/setup/upgrading/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@ If your database experiences timeout issues after an upgrade, it might be due to
114114
To fix the issue, try increasing the [`startupTimeLimit`](https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/web-config?) in the `web.config` file. Additionally, you can set the [`Connection Timeout`](https://learn.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnection.connectiontimeout?) value in the [`ConnectionString`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlconnection.connectionstring?) in the `appsettings.json` file.
115115
{% endhint %}
116116

117+
### Potential issues and gotchas
118+
119+
If you receive an error that **a deploy license is missing** even though you have a valid license, follow the guide below. 
120+
121+
Google Chrome has aggressive caching, so when experiencing startup issues, clear the cache and cookies thoroughly. Ideally, this should be done for other browsers as well.
122+
123+
Nudge the cache in Chrome following these steps:
124+
125+
1. Open the developer tools (F12).
126+
2. Go to the settings (Cog icon).
127+
3. Ensure that "Disable cache (while DevTools is open)" is checked.
128+
4. Refresh the page, and the cache will be invalidated.
129+
5. Right-click the "reload" button next to your address bar and choose "Empty cache and hard reload".
130+
131+
All caches and cookies have now been cleared from your Google Chrome browser. Generally, it is a good thing to do occasionally.
132+
117133
## Upgrade to a new Minor
118134

119135
NuGet installs the latest version of the package when you use the `dotnet add package` command unless you specify a package version:

0 commit comments

Comments
 (0)