View Issue Details

IDProjectCategoryView StatusLast Update
0010375Talerexchange AML backoffice (SPA)public2025-09-08 15:14
ReporterChristian Grothoff Assigned Tosebasjm  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.2 
Summary0010375: AML SPA fails over 204 response on statistics page
DescriptionThe error I get is: The response of the request is malformed.
Error response did not even contain JSON. The request URL might be wrong or the service might be unavailable.

{
  "requestMethod": "GET",
  "requestUrl": "https://exchange.taler-ops.ch/aml/C0SQ95GCMW6YGX1434XQS4W47D21MEQEQ6DPRQ4EK3XVB72KZ48G/kyc-statistics/DECR_HIGH_RISK_CUSTOMER",
  "httpStatusCode": 204
}
Additional InformationI think a 204 is permissible here if we have no such stat...
TagsNo tags attached.

Activities

Christian Grothoff

2025-09-08 11:03

manager   ~0025854

Then again, it doesn't seem to be in the spec... How should we fix this? Fix the spec and the SPA, or return an empty array?

sebasjm

2025-09-08 14:44

developer   ~0025856

In this particular case there is no extra info if the stats are empty. So 204 is fine

sebasjm

2025-09-08 15:14

developer   ~0025858

3138bfda..ecd18a4d added 204 in the spec
d65115ede..e9668264a added support in the SPA

Issue History

Date Modified Username Field Change
2025-09-08 11:01 Christian Grothoff New Issue
2025-09-08 11:01 Christian Grothoff Status new => assigned
2025-09-08 11:01 Christian Grothoff Assigned To => sebasjm
2025-09-08 11:03 Christian Grothoff Note Added: 0025854
2025-09-08 14:44 sebasjm Note Added: 0025856
2025-09-08 15:14 sebasjm Status assigned => resolved
2025-09-08 15:14 sebasjm Resolution open => fixed
2025-09-08 15:14 sebasjm Note Added: 0025858