mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Data too long for column info_json when monitoring cloudfunctions.net Endpoints #3590
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#3590
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 @David-Development on GitHub (Sep 4, 2024).
📑 I have found these related issues/pull requests
🛡️ Security Policy
Description
When monitoring Google cloudfunctions
ER_DATA_TOO_LONGerrors are thrown in the logs and no Certificate Expiry dates are shown.👟 Reproduction steps
Any fake cloudfunction url does the trick for testing even though it returns 404 - Like: https://abc.cloudfunctions.net/
👀 Expected behavior
No errors in the logs / Certificate Expiry etc. are displayed correctly. Considering that the JSON it's trying to save has a significant amount of characters it probably makes sense to strip some infos from it..?
😓 Actual Behavior
No certificate expiry date is visible / errors are shown in logs
🐻 Uptime-Kuma Version
2.0.0-dev
💻 Operating System and Arch
Docker
🌐 Browser
Google Chrome 128.0.6613.114
🖥️ Deployment Environment
📝 Relevant log output
@louislam commented on GitHub (Sep 5, 2024):
Thanks for the report. I think we have to review all VARCHAR/TEXT fields.
@Abhay2133 commented on GitHub (Oct 2, 2024):
I’m eager to contribute to this issue and have already run it locally. I've even fixed it by manually changing the database schema. Could you assign it to me?
@CommanderStorm commented on GitHub (Oct 2, 2024):
We don't assign people to issues. Firstly, because only contributors and the issue createe can be assigned and we don't believe that the bureaucracy adds value.
Feel free to contribute a fix.
Also make sure that