View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010206 | Taler | merchant backoffice SPA | public | 2025-07-23 09:39 | 2025-07-23 19:26 |
Reporter | sebasjm | Assigned To | sebasjm | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | assigned | Resolution | open | ||
Product Version | 1.0 | ||||
Target Version | 1.1 | ||||
Summary | 0010206: when backend is down the error is not clear | ||||
Description | nginx returns 502 bad gateway all http api must not parse json response and return the error code for the client to handle directly | ||||
Tags | No tags attached. | ||||
|
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!). |
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 |