mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Favicon/ PWA manifest (?) issue with 2.1.0 #4692
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4692
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 @cyrq on GitHub (Feb 10, 2026).
📑 I have found these related issues/pull requests
Couldn't find a similar issue.
🛡️ Security Policy
📝 Description
Hi,
something has changed with how Uptime Kuma servers custom icons/ favicons on publicly exposed (via cloudflared + custom domain) status pages.
The first time you load the page it loads the favicon(s) just fine. After a refresh it shows the default set. Clearing the cache and reloading the page repeats the issue.
Accessing the status page (locally) and inspecting it shows:
manifest.json is correct.
Inspecting the publicly accessible status page via domain name:
and the manifest.json contents:
This wasn't an issue on 2.0.x
👟 Reproduction steps
Configure a reverse proxy using Cloudlare: https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy-with-Cloudflare-Tunnel
Configure a domain name for the status page: https://github.com/louislam/uptime-kuma/wiki/Status-Page
👀 Expected behavior
Uptime Kuma should show the custom logo as favicon(s)/ icon(s).
😓 Actual Behavior
Uptime Kuma reverts to it's default favicon(s)/ icon(s).
🐻 Uptime-Kuma Version
2.1.0
💻 Operating System and Arch
Linux raspberrypi 6.12.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.62-1+rpt1~bookworm (2026-01-19) aarch64 GNU/Linux
🌐 Browser
Google Chrome 144.0.7559.133 (Official Build) (64-bit)
🖥️ Deployment Environment
20📝 Relevant log output
@louislam commented on GitHub (Feb 10, 2026):
Cannot reproduce. Also cloudflared + custom domain + 2.1
https://status.louislam.net
And the logic did not seem to be modified in 2.1.
https://github.com/louislam/uptime-kuma/pull/6377 is related to PWA, but I don't think it would cause this issue.
May need clearer reproduction steps.
@louislam commented on GitHub (Feb 11, 2026):
Wait, I just randomly refresh my page and see this too... That is strange.
It may be related to this #6421, it looks like the service worker is doing strange things to our frontend.