Skip to content

Commit fe0472c

Browse files
authored
Merge pull request #7540 from danlister/danlister-patch-1
Update FAQ with upgrade failure troubleshooting
2 parents d0a9802 + 5abbef5 commit fe0472c

File tree

1 file changed

+10
-0
lines changed
  • umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently

1 file changed

+10
-0
lines changed

umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently/faq.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ For the following scenarios you may find that deployments (and other operations)
2020
## User: username@domain.net could not be authenticated at xxx
2121

2222
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

Comments
 (0)