View Issue Details

IDProjectCategoryView StatusLast Update
0010206Talermerchant backoffice SPApublic2025-07-23 19:26
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilitysometimes
Status assignedResolutionopen 
Product Version1.0 
Target Version1.1 
Summary0010206: when backend is down the error is not clear
Descriptionnginx returns 502 bad gateway

all http api must not parse json response and return the error code for the client to handle directly
TagsNo tags attached.

Activities

Christian Grothoff

2025-07-23 19:26

manager   ~0025558

To be precise: if the content type is application/json, you should still try to parse it on 502. But if it is not, then it is of course better to handle the response purely on the status code (and probably to show any HTML output to the user!).

Issue History

Date Modified Username Field Change
2025-07-23 09:39 sebasjm New Issue
2025-07-23 19:25 Christian Grothoff Assigned To => sebasjm
2025-07-23 19:25 Christian Grothoff Status new => assigned
2025-07-23 19:25 Christian Grothoff Product Version => 1.0
2025-07-23 19:25 Christian Grothoff Target Version => 1.1
2025-07-23 19:26 Christian Grothoff Note Added: 0025558