You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send a notification with generic+https to an HomeAssistant webhook and I don't receive the POST.
If I use curl to trigger the webhook it works curl -v -H "Content-Type: application/json" -d '{"message": "test", "title": "testmessage"}' https://<myhost>/api/webhook/<mytoken>
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏
Describe the bug
Hi,
I'm trying to send a notification with generic+https to an HomeAssistant webhook and I don't receive the POST.
If I use curl to trigger the webhook it works
curl -v -H "Content-Type: application/json" -d '{"message": "test", "title": "testmessage"}' https://<myhost>/api/webhook/<mytoken>
Steps to reproduce
Expected behavior
Receive a POST on the webhook
Screenshots
Here my full env configuration ("Run once" is just here for the debug)
Environment
Debian 12.1 - x86_64
Docker version 24.0.4, build 3713ee1
watchtower version : 1.5.3 (latest docker tag)
Your logs
Additional context
No response
The text was updated successfully, but these errors were encountered: