Links might contain a double forward slash after the domain name


Description

Links might be generated with a double forward slash // between the server domain and the relative path when using the following settings for the LinkManager:

alwaysIncludeServerUrl="true"
languageEmbedding="always"
languageLocation="filePath"

A double forward slash can be found between the server domain and language prefix, for example:

 https://example.com//en/

Solution

To resolve the issue, consider one of the following options: