[PR #815] [MERGED] fix: Fixed application crash when the webhook url is unavailable #1107

Closed
opened 2026-02-04 21:50:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/815
Author: @alexandr-sizov
Created: 6/29/2024
Status: Merged
Merged: 7/15/2024
Merged by: @meltyshev

Base: masterHead: fix-webhooks-crash


📝 Commits (2)

  • 880a277 fix: webhooks fetch wrapped into try catch
  • 65b60b3 chore: Fix linting

📊 Changes

1 file changed (+14 additions, -10 deletions)

View changed files

📝 server/api/helpers/utils/send-webhooks.js (+14 -10)

📄 Description

Fixed application crash when a webhook fetch fails, for example, when the webhook url is unavailable


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/815 **Author:** [@alexandr-sizov](https://github.com/alexandr-sizov) **Created:** 6/29/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix-webhooks-crash` --- ### 📝 Commits (2) - [`880a277`](https://github.com/plankanban/planka/commit/880a27770b18c0037475b686331f7c3843e3e288) fix: webhooks fetch wrapped into try catch - [`65b60b3`](https://github.com/plankanban/planka/commit/65b60b3c6086815cb29f11305ac1c63f0d6773c1) chore: Fix linting ### 📊 Changes **1 file changed** (+14 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `server/api/helpers/utils/send-webhooks.js` (+14 -10) </details> ### 📄 Description Fixed application crash when a webhook fetch fails, for example, when the webhook url is unavailable --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:50:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1107