View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009149 | Taler | merchant-pos-terminal (Android App) | public | 2024-08-30 17:38 | 2024-09-14 01:08 |
Reporter | mikolai | Assigned To | avalos | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009149: Order completion: QR code not generated - No payment received v2 | ||||
Description | Similar to https://bugs.gnunet.org/view.php?id=9077 in the actual outcome, but with at least one different root cause: Having the POS app pointed to /instances/default will trigger a 308 redirect (see log from taler-merchant-httpd below) which is apparently not handled correctly by the POS app: INFO Handling request (POST) for URL '/instances/default/private/orders' WARNING Client used deprecated '/instances/default/' path. Redirecting to modern path INFO Request for `/instances/default/private/orders' completed with HTTP status 308 (0) Changing the URL to not include /instances/default in the first place fixes the issue on my setup, same as using another (non-default) instance. However, I'm also facing the same user-visible error with both /instances/default _and_ /instances/pos of demo.taler.net. Since I cannot access the server logs there, I don't know any more details. | ||||
Steps To Reproduce | 1. Open POS app with default configuration. 2. Create an order 3. Finish the order 4. See error "No payment received" | ||||
Tags | No tags attached. | ||||
|
This should fix it: commit 7c4148fc6db5666e9e2538c4ebdcb43a649be811 (HEAD -> master) Author: Iván Ávalos <avalos@disroot.org> Date: Mon Sep 2 19:27:05 2024 +0200 [pos] follow HTTP redirects |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-08-30 17:38 | mikolai | New Issue | |
2024-08-30 17:38 | mikolai | Status | new => assigned |
2024-08-30 17:38 | mikolai | Assigned To | => grote |
2024-09-02 10:04 | Christian Grothoff | Assigned To | grote => avalos |
2024-09-02 10:04 | Christian Grothoff | Target Version | => 0.14 |
2024-09-02 19:27 | avalos | Status | assigned => resolved |
2024-09-02 19:27 | avalos | Resolution | open => fixed |
2024-09-02 19:27 | avalos | Note Added: 0023139 | |
2024-09-14 01:08 | Christian Grothoff | Fixed in Version | => 0.14 |