TWSD-1461-Internal server error 500 is seen some web Pages

Review Request #1289 — Created Jan. 7, 2026 and submitted — Latest diff uploaded

austin
AVX2
rel_avx_2_7_5
TWSD-1461
lucille, shuinvy, stevenku

Internal server error 500 is seen some web Pages

Jira:https://arraynetworks.atlassian.net/jira/software/projects/TWSD/boards/62?jql=assignee%20%3D%20712020%3A64a4a8f2-81d8-4b7a-9664-f9019a720f96&selectedIssue=TWSD-1461

Internal Server Error:

  1. Log page load failure:
    Fixed 'enable_restapi' field access error by using proper dictionary key instead of .get() method on cli_parse result object.

  2. Clear Configuration:
    Handled expected 500 errors during configuration clear operations (primary/secondary/all) caused by system restart, displaying user notification and redirecting to login page.

3.Backup of VA Instance:
The root cause of the timeout was the CLI waiting for user input. The system attempted to use a duplicate backup name, which triggered an overwrite confirmation prompt. Since the 'YES' command was not provided automatically, the process hung and eventually timed out.

    Loading...