mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Icon cache ignored and created a new .miss file #2112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ClokMuch on GitHub (Dec 17, 2024).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN
Config:
Vaultwarden Build Version
v1.32.6
Deployment method
Other method
Custom deployment method
Extracted Binaries from https://github.com/czyt/vaultwarden-binary/releases/tag/1.32.6-extracted
Reverse Proxy
nginx 1.24.0
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-50-generic x86_64), x86_64 device
Clients
Web Vault, Browser Extension, Android
Client Version
No response
Steps To Reproduce
Expected Result
The target account record with the customized web icon (127.0.0.1.png); and the icon_cache shouldn't contain .miss file (not contain 127.0.0.1.png.miss, previously and manually removed file)
Actual Result
customized icon not displayed, and a new .miss in icon_cache
seems like not read the file already in icon_cache?
(with a 127.0.0.1.png already existed, a new 127.0.0.1.png.miss was created)
Logs
Screenshots or Videos
Additional Context
I'm not sure if it is a mis-configed, or permission problem. Thanks for your help.
@ClokMuch commented on GitHub (Dec 17, 2024):
I know it's strange to manually add the icon cache, but there are some website is not accessible via my server, but I need a fast view for web icon to recognize which account is for my target, and the default no icon may not really easy for me to recognize it.
@ClokMuch commented on GitHub (Dec 17, 2024):
My apology, the problem could be solved by these steps: https://github.com/dani-garcia/vaultwarden/discussions/5276
I'll close this issue.