View Issue Details

IDProjectCategoryView StatusLast Update
0010651Talerexchange KYC SPApublic2025-11-24 23:53
ReporterChristian Grothoff Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.4 
Summary0010651: assertion logged when KYC backend is down by oauth2 plugin
DescriptionSee:

2025-11-24T23:15:36.265627+0100 taler-exchange-httpd-1020665(6DJRHZZ93Z4FXQX7JJXEGY3568) ERROR Assertion failed at taler-exchange-httpd_kyc-start.c:516.
2025-11-24T23:15:36.265637+0100 taler-exchange-httpd-1020665(6DJRHZZ93Z4FXQX7JJXEGY3568) ERROR KYC process failed to start with error 1926 (/setup request to OAuth 2.0 backend returned unexpected HTTP status code)

There is no need to *Assert* here, this is an error but probably should not be an assertion violation.
TagsNo tags attached.

Activities

Christian Grothoff

2025-11-24 23:20

manager   ~0026603

Also, in this case, no suitable error is shown by the SPA!

POST https://exchange.taler.grothoff.org/kyc-start/1QJV5H3W1KVMBEQ2878ZP1HQ310T6FRK40BCWSWQARS002ZN8W1G-0-1
Status 502 Bad Gateway
{
  "code": 1926,
  "hint": "The exchange received an unexpected malformed response from its KYC backend.",
  "detail": "/setup request to OAuth 2.0 backend returned unexpected HTTP status code"
}

=> SPA shows NOTHING!

Issue History

Date Modified Username Field Change
2025-11-24 23:17 Christian Grothoff New Issue
2025-11-24 23:17 Christian Grothoff Status new => assigned
2025-11-24 23:17 Christian Grothoff Assigned To => Christian Grothoff
2025-11-24 23:20 Christian Grothoff Note Added: 0026603
2025-11-24 23:52 Christian Grothoff Assigned To Christian Grothoff => sebasjm
2025-11-24 23:53 Christian Grothoff Category exchange => exchange KYC SPA