You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently/faq.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,13 @@ For the following scenarios you may find that deployments (and other operations)
20
20
## User: username@domain.net could not be authenticated at xxx
21
21
22
22
This error usually mean that the user's account does not have the same user name and password on the environment you're deploying to. So when that user is deploying from development to staging they will get this error if they either don't exist on the staging environment or if their password is different between the dev and staging environment.
23
+
24
+
## My project fails to upgrade (for example, Standard → Pro) with build errors
25
+
26
+
This can happen if your project contains long file or folder paths (typically over 200 characters). During a plan upgrade, the deployment process may fail to find certain files, resulting in errors such as:
27
+
28
+
```
29
+
error CS0234: The type or namespace name 'X' does not exist in the namespace 'X' (are you missing an assembly reference?)
30
+
```
31
+
32
+
To fix, shorten the folder structure or rename long files so that the full file paths stay below 200 characters. Commit and push these changes, then try the upgrade again.
0 commit comments