mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
Missing Logo on Logon Page #2125
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 @IonicEcko on GitHub.
My watchtower instance had a fit today and left my docker host in a weird state.
A reboot seemed to fix most of it however now my Bitwarden logon screen doesn't have a logo and I don't know if its due to the new image that triggered the watchtower update or something on my end. I had a look at the latest commits and they seem to be messing with exactly whats broken for me so am assuming its an image issue. Happy to help if you need anything.
Opening the logo in a new window gives me the below:
{"ErrorModel":{"Message":"Image not found","Object":"error"},"Message":"","Object":"error","ValidationErrors":{"":["Image not found"]},"error":"","error_description":""}In the logs I get:
Is this something on my end? I tried deleting the image and pulling a clean one and I'm still getting the problem.
@IonicEcko commented on GitHub:
Have just found that the logo file was changes 2 days ago, but can't find where my install is pulling logo-dark from when it looks like its been logo-gray for a long time.
Any help is appreciated. Will keep digging though.
@dani-garcia commented on GitHub:
This was caused by a conflicting route in the latest PR, we were using the same route for the email images than the web vault and the first was overriding the second.
I changed the routes yesterday to solve the conflicts, so try to update your current image to the latest version (Not sure if the docker images are updated already).
@mprasil commented on GitHub:
They are just building. The latest image should be ready in about an hour.
@IonicEcko commented on GitHub:
Right! They mustn't be, I tried pulling both a new "latest" and "alpine" image and neither worked... Will wait for the new one to appear, thanks!