TWSD-1167 Unnecessary Pop-up with message "Data fails to be sent to the server" is dispalyed when "Synconfig to peer" is applied on HA unit

Review Request #1230 — Created Dec. 12, 2025 and updated — Latest diff uploaded

lucille
APV10
rel_apv_10_7
TWSD-1167
austin, shuinvy

Fix timeout issues for both Web UI and CLI response handling.

  1. Reproduced the issue in the QA-provided environment and found that the frontend was timing out due to excessive waiting time, causing it to display an error message.
  2. Tested through the CLI and confirmed that although the operation completes successfully, the response time is extremely long.
  3. Updated the page to wait indefinitely so that the frontend will not terminate the request prematurely.
  4. Logged the CLI responses, which now wait for the entire process to finish before continuing.
    Loading...