mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Teams Webhook Workflow no longer working on beta release #4152
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#4152
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 @jakestec on GitHub (Jun 4, 2025).
⚠️ Please verify that your question has not already been reported
🛡️ Security Policy
📝 Describe your problem
Hello, I've been running the beta version for a while now and have been using the new Teams Webhook notifications via Power Automate workflows for a couple months with no issues. The other day I noticed my setup has been pretty quiet so I decided to test my teams notifications to learn that they are no longer working.
In the last couple weeks I upgraded from beta.0 to beta.1 and then beta.2, unfortunately without proper regression testing because I don't know if the teams notifications were working before the upgrade or not. I have since tested rolling back to beta.0 and even upgrading to the latest beta.3 but I get the exact same Axios error in each release so I am starting to think this is external to Kuma.
I've tested and confirmed the webhook URL I am using works from within the Kuma container using Curl, so reachability is OK.
Just trying to reach out and see if anyone else is having issues with their Teams Channel notifications in Kuma, specifically using the new Power Automate workflows method.
For context my workflows are setup using the default template like mentioned here:
https://github.com/louislam/uptime-kuma/issues/4934#issuecomment-2271318661
I am using the "Microsoft Teams" notification type. When I hit "Test" on the notification I get the following in the GUI. Container logs shows the same error.
📝 Error Message(s) or Log
🐻 Uptime-Kuma Version
2.0.0-beta.3
💻 Operating System and Arch
Container deployment with podman
🌐 Browser
MS Edge
🖥️ Deployment Environment
Red Hat Enterprise Linux release 9.5 (Plow)
podman version 5.2.2
@jakestec commented on GitHub (Jul 3, 2025):
Turns out we are in fact hitting the issue with axios and proxies that's already mentioned here: #2588
I am still working on an RCA. Since this was working earlier, I can only assume there was some upstream change with our corporate proxy that we now have to HTTP CONNECT before HTTP POST which is how most proxies work and why my tests with cURL were working since it acknowledges the proxy config from environment and does the CONNECT/POST flow correctly.
I was able to confirm this behavior by taking pcaps and inspecting the difference between failed notifications sent from kuma/axios and working curl requests inside the container.