# Weird issue: Button Texts go missing

**URL:** https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565
**Category:** Dashboard
**Created:** [26 May 2019 15:54 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565 "2019-05-26T15:54:13Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![martinschki](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/martinschki/32/737_2.png) [@martinschki](https://discourse.nodered.org/u/martinschki)
#### Post date: [26 May 2019 15:54 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/1 "2019-05-26T15:54:13Z")

</div>

Hi guys,

I have a very weird issue. The I start up node red by rebooting my Raspi, everything works fine and the buttons, which get their text from the node before display them.  
But after some time (minutes), the texts go missing...  
After pressing buttons onebyone, the text appears again...  
This is new, but I can't say if it was introduced with an update...I just noticed and it was working fine until recently.  
Please see screenshots and a flow example attached:

`[{"id":"b4fdc219.0d7f78","type":"ui_toast","z":"4a50a157.a32fa8","position":"dialog","displayTime":"3","highlight":"","outputs":1,"ok":"Yes","cancel":"No","topic":"","name":"","x":910,"y":100,"wires":[["2c902897.a80868"]],"icon":"node-red/light.png"},{"id":"d8ae6754.4a4ab8","type":"ui_template","z":"4a50a157.a32fa8","group":"582f9d1f.bc00bc","name":"Drucker_Arbeitszimmer","order":4,"width":"12","height":"2","format":"<md-button\n class=\"vibrate filled bigfont\"\n ng-style=\"{background: !msg.actState ? 'gray' : 'green' }\"\n ng-bind = \"msg.name\"\n ng-click=\"msg.topic = ''; msg.payload = msg.notification;send(msg)\"\n>\n</md-button>","storeOutMessages":false,"fwdInMessages":false,"templateScope":"local","x":710,"y":100,"wires":[["b4fdc219.0d7f78"]]},{"id":"e526be6f.68013","type":"function","z":"4a50a157.a32fa8","name":"Save states; Create Noti","func":"msg.actState = msg.payload;\nmsg.name = msg.topic;\nmsg.notification = (msg.payload === true ? (msg.topic + ' ausschalten?') : (msg.topic + ' einschalten?'));\nreturn msg;","outputs":1,"noerr":0,"x":470,"y":100,"wires":[["d8ae6754.4a4ab8"]]},{"id":"2c902897.a80868","type":"function","z":"4a50a157.a32fa8","name":"convert output based on actState","func":"msg.payload = (msg.payload == \"Yes\") ? !msg.actState : msg.actState;\nreturn msg;","outputs":1,"noerr":0,"x":1140,"y":100,"wires":[["ee410521.d82c4"]]},{"id":"8013e21e.6ca1c8","type":"ADS Notification","z":"4a50a157.a32fa8","name":"","datasource":"6052e4.0430bd1c","varName":"Arbeitszimmer_ST.L8_1","varTyp":"BOOL","varSize":"","timezone":"UNCHANGED","transmissionMode":"ONCHANGE","maxDelay":0,"cycleTime":10,"property":"payload","topic":"Drucker","x":120,"y":100,"wires":[["e526be6f.68013"]]},{"id":"ee410521.d82c4","type":"ADS Output","z":"4a50a157.a32fa8","name":"","datasource":"6052e4.0430bd1c","varName":"Arbeitszimmer_ST.L8_1","varTyp":"BOOL","outValue":"payload","varSize":"","timezone":"UNCHANGED","topic":"","x":1410,"y":100,"wires":[]},{"id":"582f9d1f.bc00bc","type":"ui_group","z":"","name":"Hardware","tab":"9349b26f.4ead88","order":1,"disp":false,"width":"12","collapse":false},{"id":"6052e4.0430bd1c","type":"ads-connection","z":"","host":"192.168.1.2","amsNetIdTarget":"5.12.1.1.1.1","amsNetIdSource":"192.168.1.1.1.1","port":"48898","amsPortSource":"32905","amsPortTarget":"801","adsTimeout":"500"},{"id":"9349b26f.4ead88","type":"ui_tab","z":"","name":"Utilities","icon":"dashboard","order":7}]`

 ![11](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/7/780326179da3779be80452b9ce69b40e40471414.png) ![13](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/f/f433763c0d9a5d0ad2c11f642aec4d0e97452288.png)

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [26 May 2019 16:41 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/2 "2019-05-26T16:41:36Z")

</div>

Yes - was a regression (bug) that I caused in recent version - Now re-fixed in latest. (so you'll need to upgrade again and flush browser etc)

---

<div class="post-metadata">

### Author: ![martinschki](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/martinschki/32/737_2.png) [@martinschki](https://discourse.nodered.org/u/martinschki)
#### Post date: [26 May 2019 17:29 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/3 "2019-05-26T17:29:21Z")

</div>

Thank you!  
I am up to date via palette...  
Which version(s) do I need?

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [26 May 2019 17:43 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/4 "2019-05-26T17:43:49Z")

</div>

either (older) 2.14.0 or new 2.15.3

---

<div class="post-metadata">

### Author: ![martinschki](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/martinschki/32/737_2.png) [@martinschki](https://discourse.nodered.org/u/martinschki)
#### Post date: [26 May 2019 17:44 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/5 "2019-05-26T17:44:58Z")

</div>

just installed 2.15.3  
working again  
thank you

---

<div class="post-metadata">

### Author: ![stoffers](https://avatars.discourse-cdn.com/v4/letter/s/5daacb/32.png) [@stoffers](https://discourse.nodered.org/u/stoffers)
#### Post date: [28 September 2020 20:10 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/6 "2020-09-28T20:10:40Z")

</div>

Issue is back in 2.23.4

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [28 September 2020 20:33 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/7 "2020-09-28T20:33:58Z")

</div>

this was fixed over a year ago. I suggest you start a new topic and include a small example flow that shows what exactly the issue you are seeing. Thanks.

---

<div class="post-metadata">

### Author: ![Paul-Reed](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/paul-reed/32/66906_2.png) [@Paul-Reed](https://discourse.nodered.org/u/Paul-Reed)
#### Post date: [28 September 2020 20:35 UTC](https://discourse.nodered.org/t/weird-issue-button-texts-go-missing/11565/8 "2020-09-28T20:35:43Z")

</div>


