Login page: center logo image is broken (login-logo.png 404s) #819
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?
Reported by: @jmiller
Problem: Broken image above the Sign In card on the login page.
Root cause:
<img src="/assets/img/login-logo.png">returns 404./assets/img/logo.svgand/assets/img/logo.pngboth exist (200).Fix: Point the login logo at the existing
logo.svg(orlogo.png), or add the missinglogin-logo.pngasset.Reported 2026-07-18.
Branch created:
feature/819-login-page-center-logo-image-is-broken-l