Try our conversational search powered by Generative AI!

Bug in GetUrl (urlresolver)?

Vote:
 

var result = _urlResolver.Service.GetUrl(
contentLink,
contentLanguage.Name,
new VirtualPathArguments
{
ContextMode = ContextMode.Default,
ForceCanonical = absoluteUrl
});

Returns Link https://domain.test.com/:443/de/produktkonfiguration/id/

Question is if i have misconfiguered something or there is a bug in GetUrl?

#179469
Jun 13, 2017 12:02
Vote:
 

I found the problem:
In HostNames there was a forward slash in the the primary url

this coused the :443 end up after the /

#179471
Jun 13, 2017 12:30
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.