View Issue Details

IDProjectCategoryView StatusLast Update
0009077Talermerchant-pos-terminal (Android App)public2024-08-28 23:30
Reporterada Assigned Toavalos  
PriorityurgentSeverityblockReproducibilityalways
Status closedResolutionfixed 
OSAndroidOS Version11 
Product Versiongit (master) 
Target Version0.13Fixed in Version0.13 
Summary0009077: Order completion: QR code not generated - No payment received
DescriptionAfter 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 InformationDefault parameters, Version 0.25
Tagsandroid

Activities

avalos

2024-08-27 12:09

developer   ~0023076

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.

Issue History

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