P1: No timeout on Zoho token fetch — server hangs if Zoho is down #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
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).