thomasloven / hass-fontawesome

🔹 Use icons from fontawesome in home-assistant
Other
274 stars 52 forks source link

Fapro icon previews broken #77

Open grischard opened 8 months ago

grischard commented 8 months ago

Icon completion in the icon selection menu adds extra / in front of icon path, resulting in broken images:

image

The extra / creates a request to https://homeassistant.local:8123/fontawesome/icons/pro//regular/clock-desk.svg (note the double /) which responds with a 403. The URL without the double slash, https://homeassistant.local:8123/fontawesome/icons/pro/regular/clock-desk.svg , responds as expected with a SVG.