Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
After updating from Umbraco 7.3.7 to 7.4.1 an Url property of a node (DynamicNode) starts to add a trailing slash.
After some tests I realized that the changes occur after using UmbracoContext.Current.ContentCache.GetByRoute() to return the same node.
Checking umbraco > content > properties > link to document before and after executing this method reveals this behaviour.
On umbracoSettings.config the addTrailingSlash element is set to false
I'm getting this same issue. I wonder if there's a workaround or a solution.
Actually, this helped me:
https://our.umbraco.org/forum/using-umbraco-and-getting-started/84065-extra-forward-slashes-onto-some-urls#comment-267138
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Trailing slash added on Url after executing UmbracoContext.Current.ContentCache.GetByRoute()
After updating from Umbraco 7.3.7 to 7.4.1 an Url property of a node (DynamicNode) starts to add a trailing slash.
After some tests I realized that the changes occur after using UmbracoContext.Current.ContentCache.GetByRoute() to return the same node.
Checking umbraco > content > properties > link to document before and after executing this method reveals this behaviour.
On umbracoSettings.config the addTrailingSlash element is set to false
I'm getting this same issue. I wonder if there's a workaround or a solution.
Actually, this helped me:
https://our.umbraco.org/forum/using-umbraco-and-getting-started/84065-extra-forward-slashes-onto-some-urls#comment-267138
is working on a reply...