Closed HannahDeWachter closed 11 months ago
In a Redactor field we try to link to an asset, however when clicking on this link we get a 404. In an other Redactor field we have linked to the exact same asset and this works.
We noticed that there are %C2%AD inserted in the URL after clicking. In the HTML code the url is normal (see screenshot) but after clicking this is the url: https://www.poolstok.be/files/Sjablonen/Aan%C2%ADvraag%C2%ADfor%C2%ADmu%C2%ADlier-UZA-perceel-1.docx which results in a 404 page. Correct url: https://www.poolstok.be/files/Sjablonen/Aanvraagformulier-UZA-perceel-1.docx (this downloads the document)
%C2%AD
We already tried following things:
Apparently this was our own fault. We use soft-hyphens in words longer than 12 letters.
Description
In a Redactor field we try to link to an asset, however when clicking on this link we get a 404. In an other Redactor field we have linked to the exact same asset and this works.
We noticed that there are
%C2%AD
inserted in the URL after clicking. In the HTML code the url is normal (see screenshot) but after clicking this is the url: https://www.poolstok.be/files/Sjablonen/Aan%C2%ADvraag%C2%ADfor%C2%ADmu%C2%ADlier-UZA-perceel-1.docx which results in a 404 page. Correct url: https://www.poolstok.be/files/Sjablonen/Aanvraagformulier-UZA-perceel-1.docx (this downloads the document)We already tried following things:
Additional info