View Issue Details

IDProjectCategoryView StatusLast Update
0009192Talermerchant backoffice SPApublic2024-09-17 16:29
ReporterChristian Grothoff Assigned Tosebasjm  
PriorityhighSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.14Fixed in Version0.14 
Summary0009192: weird message about "going back to default instance"
DescriptionI had previously (day before?) logged into the head "default" instance. Today (new browser session!) I went directly to

https://backend.head.taler.net/instances/sandbox/

and got a weird pop-up about being logged in as "default" and to "go back" to go to the default instance. When I clicked on it (I wanted to go to the sandbox instance), I did get to the (intended) sandbox instance. However, that pop-up should not have been there when my base-URL is "/instances/sandbox/"!
TagsNo tags attached.

Activities

Christian Grothoff

2024-09-16 14:19

manager   ~0023298

I would like to package the merchant 0.14 today or tomorrow for Datenspuren.de-event. Is this quickly fixable?

sebasjm

2024-09-16 19:05

developer   ~0023304

Last edited: 2024-09-16 19:06

i found that the problem is that the code don't expect to find the same local storage under /webui and /instances/asd/webui

since local storage is based on window.origin value both SPA find the same session and works as is the same app pointing to another server

sebasjm

2024-09-16 19:09

developer   ~0023305

a08d5dd17..f73006495

sebasjm

2024-09-16 19:09

developer   ~0023306

now session is saved with local storage key = "merchant-session-$PATHNAME"

Issue History

Date Modified Username Field Change
2024-09-15 09:42 Christian Grothoff New Issue
2024-09-15 09:42 Christian Grothoff Status new => assigned
2024-09-15 09:42 Christian Grothoff Assigned To => sebasjm
2024-09-16 14:19 Christian Grothoff Note Added: 0023298
2024-09-16 14:21 Christian Grothoff Priority normal => high
2024-09-16 19:05 sebasjm Note Added: 0023304
2024-09-16 19:06 sebasjm Note Edited: 0023304
2024-09-16 19:09 sebasjm Note Added: 0023305
2024-09-16 19:09 sebasjm Note Added: 0023306
2024-09-16 19:09 sebasjm Status assigned => resolved
2024-09-16 19:09 sebasjm Resolution open => fixed
2024-09-17 00:15 Christian Grothoff Fixed in Version => 0.14
2024-09-17 16:29 Christian Grothoff Status resolved => closed