mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1860] Thumbnails not correctly displayed #1085
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1085
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Sapperloettchen on GitHub (Jul 20, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1860
With the newest Version of Bitwarden (Android App 2.11.0 (3598)) and also Self hosted Vaultwarden Version 2.20.4 , the thumbnails are not correctly displayed anymore. Some of them appear, others not. Bevor the this update in the last days, everything worked fine.
@BlackDex commented on GitHub (Jul 20, 2021):
I think with thumbnails you mean favicons of the sites?
In that case, please check the logs first, and if you do not see anything useful, try to enable the
LOG_LEVEL=debugfor a short time.You may need to remove all the
.missfiles from youricon_cachefolder to be sure it will trigger new icons to be downloaded.If that doesn't solve it, we need to have some logs and the
Generated Support Stringfrom the/admin/diagnosticspage.@Sapperloettchen commented on GitHub (Jul 21, 2021):
I deleted all the .miss files but that didn't help. On thing I set up in the firewall is to only allow IP's from my country. In this case, when I make a new entry, the favicons can't be loaded of course. So if I wanted to make a new entry, I disabled IP Blocking for a short time and all favicons could be loaded correctly. But now, even if I deaktivate IP Blocking, now favicons can't be loaded nor the existing ones can be recognized.
What's also funny is that some favicons in the bitwarden browser app are displayed and the same icons on android are not showed. And in the Firefox extension, again other favicons are showed, not the same one's like in the bitwarden browser app.
I also have a reverse proxy for the bitwarden port with an own domain but that was never a problem until now...
Do you have an idea what's wrong?
Here's the Support String (with IP Blocking):
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
@BlackDex commented on GitHub (Jul 21, 2021):
@andreastanner yea, it seems your docker container doesn't have internet access. It can resolve DNS but not access the internet.
@Sapperloettchen commented on GitHub (Jul 21, 2021):
oh that's no problem, see, I can disable IP Blocking and then bitwarden has internet access to download favicons (the only reason why bitwarden needs incoming traffic right?). If i then make new entries, the favicons can be loaded but not on the android app and the firefox extension, only on the bitwarden broswer web app... And this is the case since the new update, before everything worked fine ;).
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
@BlackDex commented on GitHub (Jul 21, 2021):
Well, it all seems to work for me on both Firefox and Android.
Please check the logs of your reverse proxy and Vaultwarden to see if there is even an attempt to download them.
For your Android App, I also suggest trying to force stop the app, clear the cache and start it again to see if that fixes the issue.