You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the bottom at the right of a floorplan there is a link to leaflet (the library for the map). This link is constructed wrong so you get not-found-error (/page/GR/https:/leafletjs.com)
It seems that this link is part of Leaflet itself which means it’s not under our control to fix that.
But we are probably able to work around that by creating a redirect route inside the UI‘s router.
Okay I had a look at Leaflet itself and provided a PR to fix the link: Leaflet/Leaflet#9471
We have do wait for the fix getting merged and published in a new release, then we can upgrade Leaflet inside Main UI.
The problem
On the bottom at the right of a floorplan there is a link to leaflet (the library for the map). This link is constructed wrong so you get not-found-error (/page/GR/https:/leafletjs.com)
Expected behavior
The link should probably be https://leafletjs.com
The text was updated successfully, but these errors were encountered: