1
Component Set App Variable - Web version not setting values
complete
D
Denis Presciliano
The Web version of my project it's not loading/holding/saving variables that is set with component Set Page Var, it's working perfectly on iOS and Android.
I can see the created variables at the Dev Tab on Google Chrome.
I can see some the values loading from database.
But the variables that I use the component SET APP VARIABLE it's not working on Web version.


Does someone faced the same problem?
Thank you.
my application id: 416191
Log In
T
Timo Kapanen
complete
T
Timo Kapanen
Closing this ticket as there is no further information and there is a solution suggestion. Please create a new ticket if the issue still occurs.
T
Timo Kapanen
under review
D
Denis Presciliano
I just run a test setting a var with SET APP VARIABLE component, setting to var aaa_var_1 = 1111111 and storage using a key aaa_var_2 = 2222222. I just can see the aaa_var_2 on Dev Tools/Debug.
I did this test to make sure that the storage it's working properly.
The problem is visible when I navigate to a page and then I back. When I back all info are lost.


D
Denis Presciliano


V
Vili Karilas
Hi Denis Presciliano,
Thank you for reporting this issue. Are you facing the problem on all pages or some specific ones? Did you try checking the debugger for if the app variables are present?
I noticed that one of the custom flow functions you're using on the LogIn page (Put auth_me_client into Client) is missing its input binding, could that be the source of the issue?
T
Timo Kapanen
Denis Presciliano, could you check the questions from from Vili. Thanks, Timo Kapanen