Fish Trophy

apoorva.sn got a fish trophy!

Bug Fixes for Snapshot Impor/Export

Review Request #1221 — Created Dec. 10, 2025 and submitted

apoorva.sn
AMP
AE-2275, AE-2276, AE-2277
mmiriam, ngurunathan, pmurugaiyan, pradeep, shuinvy

Problem

  1. Import Initiation API Returns Success Even When Import Operation Fails
  2. Import Status API Returns Undocumented Status “Error” Instead of Expected “Failed”
  3. UI Shows Incorrect Error Message & Displays Raw Backend Output During Snapshot Import Failure

Solution

  1. There was some issue in showing the status. It is corrected
  2. corrected status to Failed
  3. Not sending raw output as part of the message

Now along with success and failure sending the date time. so that user can know if the import/export status is of current or previously executed one.

{
status: "Successful",
completed_at: "2025-12-09 14:13:35"
}

{
"status": "Failed",
"failed_at": "2025-12-10 14:20:30"
}

Tested locally

shuinvy
  1. Ship It!
  2. 
      
apoorva.sn
Review request changed

Status: Closed (submitted)

Loading...