# Buttons stopped working

**URL:** https://community.thunkable.com/t/buttons-stopped-working/720289
**Category:** Questions about Thunkable X
**Created:** [August 4, 2020, 4:37pm UTC](https://community.thunkable.com/t/buttons-stopped-working/720289 "2020-08-04T16:37:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mrtwocanes](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mrtwocanes/32/32268_2.png) [@mrtwocanes](https://community.thunkable.com/u/mrtwocanes)
#### Post date: [August 4, 2020, 4:37pm UTC](https://community.thunkable.com/t/buttons-stopped-working/720289/1 "2020-08-04T16:37:13Z")

</div>

Hi,

I’ve been working on a project for 6+ weeks. Last night, the buttons suddenly stopped working. Assuming I had caused it, I went to a project copy and tried buttons there. No joy. I went to projects that I duplicated days and weeks ago and those buttons did not work.

I copied a project from another source and those buttons worked. I created a brand new project with two screens and two buttons and that project’s buttons work just fine.

Any ideas what has happened to my older projects’ buttons? They work in the Preview, but not on the phone app. I’ve tried multiple phones, no joy. I’ve tried downloading an APK, still no joy.

I am at a loss here, I’d appreciate it if anyone could help me out.

---

<div class="post-metadata">

### Author: ![mrtwocanes](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mrtwocanes/32/32268_2.png) [@mrtwocanes](https://community.thunkable.com/u/mrtwocanes)
#### Post date: [August 4, 2020, 7:20pm UTC](https://community.thunkable.com/t/buttons-stopped-working/720289/2 "2020-08-04T19:20:12Z")

</div>

Found the problem. I was initializing a list variable with a list of values. Initializing the list variable with “Empty List” fixed the problem. Initializing the variable with a list worked on several project copies until it suddenly didn’t work for the project or any project copy at 1815 hours 8/3/20. Tracked it down by removing Design elements, then a few blocks at a time while running the phone app. 🤨

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [August 4, 2020, 9:53pm UTC](https://community.thunkable.com/t/buttons-stopped-working/720289/3 "2020-08-04T21:53:16Z")

</div>

Hey @mrtwocanes,

Did you get this issue solved eventually? Just curious do you think this was a bug with the platform or did the app cause itself to break?

---

<div class="post-metadata">

### Author: ![mrtwocanes](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mrtwocanes/32/32268_2.png) [@mrtwocanes](https://community.thunkable.com/u/mrtwocanes)
#### Post date: [August 5, 2020, 8:38pm UTC](https://community.thunkable.com/t/buttons-stopped-working/720289/4 "2020-08-05T20:38:43Z")

</div>

Yes, I did and posted the solution. I believe, with no proof, that a change was made that enforces the initialization of a list to be an empty list, instead of trying to initialize it with data. I could be wrong, but that’s what fixed all my projects that had suddenly started failing.

---

<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, 12:26pm UTC](https://community.thunkable.com/t/buttons-stopped-working/720289/5 "2024-11-08T12:26:48Z")

</div>


