Local shorage is overwriting, but why?

I have faced with the issue when using utils.openApp(). The issue is: if I set LS value, and then
redirect by utils.openApp() to the another application my LS values are overwriting! If I don't use app redirection, everything works perfectly!

I press "Create Your Account" button, on the beginning the value:

{CMGP_auth: "{id: 94, time: 1721849301710", CMPG_auth: "{"id":94,"time":1721849615289}"}

If I manually go to the dashboard app (this app is checking CMGP_auth local storage key and if exists it pass ahead, if no - redirect back) everything is OK. But if I add auto redirection with utils.openApp(), I will be redirected to dashboard and then back to main app and my main LS is CMGP_auth: "" (empty string). But I don't have any code blocks or eveny handles that are responsible for clearing state... That's very strange!


Hey @danyloh Thanks for reporting this! I haven't been able to reproduce this yet :thinking: Any chance you could send over an app json export?