# Thunkable Screen not loading

**URL:** https://community.thunkable.com/t/thunkable-screen-not-loading/3334429
**Category:** Issues / Bugs
**Created:** [November 10, 2024, 8:45pm UTC](https://community.thunkable.com/t/thunkable-screen-not-loading/3334429 "2024-11-10T20:45:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![human](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/human/32/101416_2.png) [@human](https://community.thunkable.com/u/human)
#### Post date: [November 10, 2024, 8:45pm UTC](https://community.thunkable.com/t/thunkable-screen-not-loading/3334429/1 "2024-11-10T20:45:42Z")

</div>

Hello,

It’s been years since I’ve last been on Thunkable and I am trying to repurpose one of my apps. I remember that it used to work perfectly fine, but now, one of the pages just does not load (the others still work). I have searched these forums extensively for a solution but can’t find one. I have added a few screenshots of my code and of the exact error. I can’t spot any errors here but I’m not exactly familiar with Thunkable anymore.

Loading Page (user navigates to this first):

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/9/698e1e19fdc2ed8c3484c77f18b38128e1a30cea.png)

Navigation Page (the one that doesn’t work):

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/3/d3b7d8d1271e2d0fe610c124d8fe8baf1ad6eda8.png)

Images of App’s UI in (In)action

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/0/206fa681005547ba1d4f8183d48a72dba6a4addd.jpeg)

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/5/0516262be2b9630e0aab81b059a7f1c63c2ed691.png)

Here is a link to my project: [Thunkable](https://x.thunkable.com/copy/22d1fdeafaab50d12dde087956796efb)

Any help would be appreciated!

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 10, 2024, 9:30pm UTC](https://community.thunkable.com/t/thunkable-screen-not-loading/3334429/2 "2024-11-10T21:30:08Z")

</div>

It works without the stored variable blocks. Maybe just create a new variable?

---

<div class="post-metadata">

### Author: ![human](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/human/32/101416_2.png) [@human](https://community.thunkable.com/u/human)
#### Post date: [November 10, 2024, 9:33pm UTC](https://community.thunkable.com/t/thunkable-screen-not-loading/3334429/3 "2024-11-10T21:33:18Z")

</div>

Hi @tatiang, thanks for responding!

Do you mean without stored variable blocks like this?

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/5/b55ab9867491d07165996a06e2637fa9f6c07a94.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 11, 2024, 1:25am UTC](https://community.thunkable.com/t/thunkable-screen-not-loading/3334429/4 "2024-11-11T01:25:39Z")

</div>

Yes but actually, I think what was crashing your project was that you were using an Any Component block incorrectly. I’m not sure why you were doing that but try this instead:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/d/dd030b23f2d05f851d6cb4c73b307ab4d6c27970.png)

---

<div class="post-metadata">

### Author: ![human](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/human/32/101416_2.png) [@human](https://community.thunkable.com/u/human)
#### Post date: [November 11, 2024, 3:05am UTC](https://community.thunkable.com/t/thunkable-screen-not-loading/3334429/5 "2024-11-11T03:05:59Z")

</div>

Yes, it worked now! Thank you so much for your help.
