# Local storage issue

**URL:** https://community.thunkable.com/t/local-storage-issue/652864
**Category:** Questions about Thunkable X
**Created:** [July 3, 2020, 6:11am UTC](https://community.thunkable.com/t/local-storage-issue/652864 "2020-07-03T06:11:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 3, 2020, 6:11am UTC](https://community.thunkable.com/t/local-storage-issue/652864/1 "2020-07-03T06:11:24Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 3, 2020, 7:35am UTC](https://community.thunkable.com/t/local-storage-issue/652864/2 "2020-07-03T07:35:56Z")

</div>

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

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:25am UTC](https://community.thunkable.com/t/local-storage-issue/652864/3 "2024-11-08T11:25:11Z")

</div>


