View Issue Details

IDProjectCategoryView StatusLast Update
0010029Talerwallet (Android App)public2025-05-27 09:00
Reportersebasjm Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version1.0 
Target Versionpost-1.0 
Summary0010029: allow using wallet with http exchange
DescriptionTrying to withdraw fails completly without any clue until you go to debug and move into json log

{
  "id": "req-1136",
  "when": {
    "t_ms": 1748263493101
  },
  "type": "http-fetch-finish-error",
  "url": "http://exchange.laia.taler.ar/keys",
  "error": {
    "code": 7001,
    "when": {
      "t_ms": 1748263493101
    },
    "hint": "unexpected exception (message: CLEARTEXT communication to exchange.laia.taler.ar not permitted by network security policy)",
    "stack": " at fetch (<compiled_js>:9194)\n"
  }
}

"CLEARTEXT communication " refers to this

https://developer.android.com/guide/topics/manifest/application-element#usesCleartextTraffic

I should be able to use android with http exchange at least on developermode
Tagsux

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-05-26 22:28 sebasjm New Issue
2025-05-27 08:59 Christian Grothoff Status new => confirmed
2025-05-27 08:59 Christian Grothoff Product Version => 1.0
2025-05-27 08:59 Christian Grothoff Target Version => post-1.0
2025-05-27 09:00 Christian Grothoff Tag Attached: ux