[BUG] Favicon for Firefox bookmark does not work #1782

Closed
opened 2026-02-05 03:45:38 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @jwefers on GitHub (Dec 13, 2023).

The bug

In Firefox' bookmark bar, the favicon does not work. It works in the tab. Another webpage prone to this (for me) is https://www.theverge.com/ (where someone here gave a great interview ;)). Chromium works fine.

is it maybe due to favicon only being available as png, instead of svg/ico?

image
image

The OS that Immich Server is running on

Debian bookworm

Version of Immich Server

1.90.1

Version of Immich Mobile App


Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

untouched from docs

Your .env content

untouched from docs

Reproduction steps

1. Open immich instance
2. save as bookmark in firefox >= v120
3. see missing favicon on bookmark
...

Additional information

No response

Originally created by @jwefers on GitHub (Dec 13, 2023). ### The bug In Firefox' bookmark bar, the favicon does not work. It works in the tab. Another webpage prone to this (for me) is https://www.theverge.com/ (where someone here gave a great interview ;)). Chromium works fine. is it maybe due to favicon only being available as png, instead of svg/ico? ![image](https://github.com/immich-app/immich/assets/851823/ed303b96-1775-498a-8112-33981bd6211a) ![image](https://github.com/immich-app/immich/assets/851823/c74a85c0-d6f0-4663-803c-255890185fee) ### The OS that Immich Server is running on Debian bookworm ### Version of Immich Server 1.90.1 ### Version of Immich Mobile App --- ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML untouched from docs ``` ### Your .env content ```Shell untouched from docs ``` ### Reproduction steps ```bash 1. Open immich instance 2. save as bookmark in firefox >= v120 3. see missing favicon on bookmark ... ``` ### Additional information _No response_
Author
Owner

@bo0tzz commented on GitHub (Dec 13, 2023):

I think this happens because the favicon isn't in the plain page source, it only gets added once svelte rendering kicks in.

@bo0tzz commented on GitHub (Dec 13, 2023): I think this happens because the favicon isn't in the plain page source, it only gets added once svelte rendering kicks in.
Author
Owner

@martabal commented on GitHub (Dec 13, 2023):

I can't reproduce it with Firefox v120.0.1

@martabal commented on GitHub (Dec 13, 2023): I can't reproduce it with Firefox v120.0.1
Author
Owner

@martabal commented on GitHub (Dec 13, 2023):

But I do have the same issue with theverge

@martabal commented on GitHub (Dec 13, 2023): But I do have the same issue with theverge
Author
Owner

@jwefers commented on GitHub (Dec 13, 2023):

I can't reproduce it with Firefox v120.0.1

huh. maybe a stubborn cache issue from the very first visit to my instance? Though i have this issue on two FF instances (120 and 121-rc1) times two machines (Arch+KDE, X11/Wayland)

@jwefers commented on GitHub (Dec 13, 2023): > I can't reproduce it with Firefox v120.0.1 huh. maybe a stubborn cache issue from the very first visit to my instance? Though i have this issue on two FF instances (120 and 121-rc1) times two machines (Arch+KDE, X11/Wayland)
Author
Owner

@martabal commented on GitHub (Dec 13, 2023):

Nevermind, I have the same issue with librewolf (browser based on firefox).

@martabal commented on GitHub (Dec 13, 2023): Nevermind, I have the same issue with librewolf (browser based on firefox).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1782