Local storage issue

Just this morning, I realised that some of my app screens which were working fine suddenly are broken. and I narrowed it down to the “stored” variable. If I change all those stored variable to “app” variable, all worked. This is puzzling because some worked and some didn’t. Then after a while, I realised those that I have opened on desktop and live-tested today are the ones broken. Unfortunately, my apps require local storage of user settings, and this is really troubling

Anyone have similar problems currently?

Update: I managed to narrowed down the problem that caused all my issues today:

All blocks containing assigning a “stored” variable to a "Text_input get text’ block will not work. Not sure why but it worked previously. Now I have to use a intermediate variable of “app” type to get the input and then assign to the stored variable