linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.46k stars 540 forks source link

https://appslist.heimdall.site/icons/unifi.png returning a 404 #1334

Closed whozur closed 1 month ago

whozur commented 2 months ago

I was trying to add a new tile for Unfi and it failed here:

[app / Http / Controllers / ItemController.php : 234] $contents = file_get_contents($request->input('icon'), false, stream_context_create($options));

It looks like https://appslist.heimdall.site/icons/unifi.png is missing

whozur commented 1 month ago

I rebuilt the container and I'm no longer seeing this issue