P1: No timeout on Zoho token fetch — server hangs if Zoho is down #5

Open
opened 2026-05-13 20:39:36 -05:00 by null · 0 comments
Owner

Severity: P1 — High

File: server/index.js ~lines 140-143

Problem: fetch() in getZohoAccessToken() has no timeout. If Zoho is down or slow, the request hangs indefinitely.

Impact: Server becomes unresponsive if external API is slow or unavailable.

Fix: Add AbortController with timeout (e.g., 10 seconds).

## Severity: P1 — High **File:** server/index.js ~lines 140-143 **Problem:** fetch() in getZohoAccessToken() has no timeout. If Zoho is down or slow, the request hangs indefinitely. **Impact:** Server becomes unresponsive if external API is slow or unavailable. **Fix:** Add AbortController with timeout (e.g., 10 seconds).
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#5
No description provided.