mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: Webhooks not working #866
Reference in New Issue
Block a user
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 @muzzah on GitHub (Nov 17, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Chrome
Current behavior
Using 2.0 rc4 (Docker installation), Ive setup a webhook in slack and added the webhook url in two formats into the notifications tab (according to apprise documentation).
When I press the test button nothing happens. When I add/remove/move/update cards on my board, nothing happens.
Am I missing something? Ive verified the webhook works via curl. Also no error logs are being output in the docker logs.
Desired behavior
A notification should be sent to slack.
Steps to reproduce
Other information
Also, I cant see the settings for setting up webhooks for a whole board. Only for the user?
@muzzah commented on GitHub (Nov 17, 2025):
Only log output I get after mounting the log directory is
@meltyshev commented on GitHub (Nov 18, 2025):
Hi! Thanks for reporting this. I think there's an error when sending notifications via Apprise, but we don't have logging there yet. I will try to add it.
It's used to report all actions that occur on the board, for example to send them to a channel.
@muzzah commented on GitHub (Nov 19, 2025):
Ok thanks, so to confirm there is a bug but you guys are working on it? Or need logging to get to the root cause?
@meltyshev commented on GitHub (Nov 19, 2025):
Hi! Just added logging for sending notifications via Apprise. You can try spinning up a temporary
nightlyversion to see what happens when sending to Slack (by adding a demo user, setting the same URL there, and checking the logs).@muzzah commented on GitHub (Dec 9, 2025):
Getting the error output so not very helpful. Also, emails are not working either with the following in my docker compose.
@muzzah commented on GitHub (Dec 9, 2025):
If I add the webhook to through the admin page I get the following error
@meltyshev commented on GitHub (Dec 9, 2025):
It looks like the Slack server isn't reachable from your container. You can verify this by connecting to the container and running:
@muzzah commented on GitHub (Dec 10, 2025):
Seems you were right. Thanks! I had some dns issues and resolved them and slack notifications are working now. However email still seems to be an issue
@muzzah commented on GitHub (Dec 11, 2025):
Actually @meltyshev Im now seeing the following error on planka