Fix review findings: scrub ex.Message from UI, gate 5xx body relay, harmonise ContentApi config key, add CancellationToken to UploadTrack

This commit is contained in:
Daniel Harvey
2026-05-18 15:38:56 -04:00
parent 266086906e
commit 7fd8376f96
4 changed files with 18 additions and 9 deletions
+2 -2
View File
@@ -155,8 +155,8 @@
}
catch (Exception ex)
{
Logger.LogError(ex, "CMS upload failed");
_errorMessage = $"Upload failed: {ex.Message}";
Logger.LogError(ex, "Upload failed in TrackNew");
_errorMessage = "Upload failed. Please try again.";
}
finally
{