View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009077 | Taler | merchant-pos-terminal (Android App) | public | 2024-08-14 18:05 | 2024-08-28 23:30 |
Reporter | ada | Assigned To | avalos | ||
Priority | urgent | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Android | OS Version | 11 | ||
Product Version | git (master) | ||||
Target Version | 0.13 | Fixed in Version | 0.13 | ||
Summary | 0009077: Order completion: QR code not generated - No payment received | ||||
Description | After adding products to a check and clicking "compléter" (in french, I guess it's "proceed" in english), the spinning wheel standing for the QR code appears but the popup closes and an "Error: no payment received" appears in the bottom of the screen. | ||||
Steps To Reproduce | - Add any element to the order - press "proceed" | ||||
Additional Information | Default parameters, Version 0.25 | ||||
Tags | android | ||||
|
The root cause of this issue are the large base64-encoded images attached to the products, which result in 413 Entity Too Large responses from the merchant backend. This is not a PoS app issue, the merchant backend should scale and compress the images to ensure that the contract terms sent back from the PoS app do not exceed any HTTP size limit that easily. Please try creating an order with products that have no image, and it should work. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-08-14 18:05 | ada | New Issue | |
2024-08-14 18:05 | ada | Status | new => assigned |
2024-08-14 18:05 | ada | Assigned To | => grote |
2024-08-14 18:05 | ada | Tag Attached: android | |
2024-08-24 20:54 | Christian Grothoff | Assigned To | grote => avalos |
2024-08-24 20:54 | Christian Grothoff | Priority | normal => urgent |
2024-08-24 20:54 | Christian Grothoff | Product Version | => git (master) |
2024-08-24 20:54 | Christian Grothoff | Target Version | => 0.14 |
2024-08-27 12:09 | avalos | Status | assigned => resolved |
2024-08-27 12:09 | avalos | Resolution | open => fixed |
2024-08-27 12:09 | avalos | Note Added: 0023076 | |
2024-08-28 23:26 | Christian Grothoff | Fixed in Version | => 0.13 |
2024-08-28 23:26 | Christian Grothoff | Target Version | 0.14 => 0.13 |
2024-08-28 23:30 | Christian Grothoff | Status | resolved => closed |