Hi @boldtrn, it seems this has lead to a breaking change with the forum links!
When the forum “insta-boxes” a link then it will produce this format, which the new address lookup denies with the message No area description found
→ https://kurviger.de/?point=59.055652%252C6.65205&point=59.109013%252C7.505035&locale=de&vehicle=motorcycle&weighting=curvature&additional_weighting&ch.disable=true&use_miles=false&elevation=true
In comparison, a link pasted from the browser address bar works:
→ https://kurviger.de/?point=59.055652%2C6.65205&point=59.109013%2C7.505035&locale=de&vehicle=motorcycle&weighting=curvature&additional_weighting&ch.disable=true&use_miles=false&elevation=true
So the reason seems to be the HTML separator. What is %252C
? I’ve never seen that one
The problem was found out in this thread:
But it breaks all existing boxed links (and links that have been formatted that way for whatever other reason). I’ve tested some threads and all boxes I could find show this behaviour
I think this is quite critical, so allow me to ping some people: @devemux86, @Uli_LH
Interesting SO answer that could help: url - What standard produced hex-encoded characters with an extra "25" at the front? - Stack Overflow