In addition to the odd timeout errors I've reported (https://our.umbraco.com/forum/using-umbraco-and-getting-started/108636-timeout-expired-errors-since-updating-to-941) we are also seeing an odd issue with the URLs being generated for content. It seems to happen with child content and lower. In addition to the correct path to the document, the URL is including the alias of the top level of the site as well. For example, I have a site where the top of the site has a name of "EM CMS". The main URL to that site is fine (https://cms.em.wsu.edu/). I have a child page under the site named Instructions that shows a URL in the BackOffice under links of https://cms.em.wsu.edu/instructions/. However, when navigating the site the link gets changed to https://cms.em.wsu.edu/em-cms/instructions/ which breaks navigation. If I clear the Umbraco cache on the server things work again until the child page is republished, which causes the URL to be generated with the parent alias again. This is an urgent issue for us.
I've confirmed that this issue has to do with the WebRouting / DisableRedirectUrlTracking setting. If I set DisableRedirectUrlTracking to true the problem goes away, but then I lose URL redirection. And, if I leave it set to false, when the URLs get messed up if I go into Settings / Published Status and click Reload for the Memory Cache, the URLs are correct again.
URL errors in Umbraco 9.4.1
In addition to the odd timeout errors I've reported (https://our.umbraco.com/forum/using-umbraco-and-getting-started/108636-timeout-expired-errors-since-updating-to-941) we are also seeing an odd issue with the URLs being generated for content. It seems to happen with child content and lower. In addition to the correct path to the document, the URL is including the alias of the top level of the site as well. For example, I have a site where the top of the site has a name of "EM CMS". The main URL to that site is fine (https://cms.em.wsu.edu/). I have a child page under the site named Instructions that shows a URL in the BackOffice under links of https://cms.em.wsu.edu/instructions/. However, when navigating the site the link gets changed to https://cms.em.wsu.edu/em-cms/instructions/ which breaks navigation. If I clear the Umbraco cache on the server things work again until the child page is republished, which causes the URL to be generated with the parent alias again. This is an urgent issue for us.
I've confirmed that this issue has to do with the WebRouting / DisableRedirectUrlTracking setting. If I set DisableRedirectUrlTracking to true the problem goes away, but then I lose URL redirection. And, if I leave it set to false, when the URLs get messed up if I go into Settings / Published Status and click Reload for the Memory Cache, the URLs are correct again.
is working on a reply...