P1: Zoho URL double-slash if ZOHO_API_DOMAIN has trailing slash #8
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 ~line 231
Problem: URL construction uses template literal: ${ZOHO_API_DOMAIN}/crm/v8/Leads. If ZOHO_API_DOMAIN has a trailing slash, URL becomes https://www.zohoapis.com//crm/v8/Leads.
Impact: Zoho API returns 404 for double slashes in some regions.
Fix: Trim trailing slash from ZOHO_API_DOMAIN before URL construction.