View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011337 | Taler | merchant backend | public | 2026-04-02 23:13 | 2026-04-02 23:50 |
| Reporter | sebasjm | Assigned To | Christian Grothoff | ||
| Priority | low | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Target Version | 1.6 | ||||
| Summary | 0011337: kyc long polling doesn't stop when i delete the bank account | ||||
| Description | This request, i expect it to close when I delete the bank accoutn curl 'https://merchant.taler/private/kyc?lp_not_etag=NEA1EZ000CYPEXBH7B3QGENPC168PXSE2E07TAE6WZEG97NTC1F0&timeout_ms=15000' \ -H 'If-none-match: "NEA1EZ000CYPEXBH7B3QGENPC168PXSE2E07TAE6WZEG97NTC1F0"' \ -H 'Authorization: Bearer secret-token:4KYFSX0AH9DZFYFASCZG7JMS8Y7DQ76D7XBAY319Q6QGWVSCF2HG' \ -H 'sec-ch-ua-platform: "Linux"' \ -H 'Referer: https://dev.taler/' \ -H 'sec-ch-ua: "Chromium";v="145", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' \ -H 'Accept: application/json' | ||||
| Tags | No tags attached. | ||||
|
|
Should be noted that it will stop when systemd restarts taler-merchant-kyccheck after some time ;-). But, I guess we should stop earlier. But tricky: because when you re-add the account, we actually only re-enable it (no INSERT), so need to make sure we also notice on UPDATE that an account is re-enabled. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-04-02 23:13 | sebasjm | New Issue | |
| 2026-04-02 23:49 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2026-04-02 23:49 | Christian Grothoff | Status | new => assigned |
| 2026-04-02 23:49 | Christian Grothoff | Target Version | => 1.6 |
| 2026-04-02 23:50 | Christian Grothoff | Note Added: 0028365 |