mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Lost monitors in web UI but still getting emails #4112
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#4112
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 @michaellenaghan on GitHub (Apr 29, 2025).
⚠️ Please verify that your question has not already been reported
🛡️ Security Policy
📝 Describe your problem
I have no monitors in the web UI, but I'm still getting emails?
Not sure where to begin looking.
I'm running 1.23.16 on fly.io.
Here's my fly.toml.
I can ssh into my fly machine, run sqlite3 on the database, and see that there are monitors in the monitor table.
I've included the last 150 lines from error.log below.
📝 Error Message(s) or Log
🐻 Uptime-Kuma Version
1.23.16
💻 Operating System and Arch
Official Docker Image
🌐 Browser
Chrome, Safari
🖥️ Deployment Environment
@michaellenaghan commented on GitHub (Apr 29, 2025):
Here are some additional errors I see in error.log:
I see that the db file is large — and so is the WAL file:
heartbeatis the only large table:PRAGMA quick_check;returnsok:@michaellenaghan commented on GitHub (Apr 30, 2025):
I think this is related to #2781
@michaellenaghan commented on GitHub (Apr 30, 2025):
It's working again. I left a comment in #2781.