# Deploy button not responding

**URL:** https://discourse.nodered.org/t/deploy-button-not-responding/35606
**Category:** General
**Created:** [9 November 2020 14:36 UTC](https://discourse.nodered.org/t/deploy-button-not-responding/35606 "2020-11-09T14:36:50Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [12 November 2020 19:59 UTC](https://discourse.nodered.org/t/deploy-button-not-responding/35606/16 "2020-11-12T19:59:08Z")

</div>

So your flow does indeed trip up the client side code.

I am running with non minimised client code, the error occurs here...

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/a/5/a535863d06334856a1b506693240c2c7a269e964.png)

I am certain this can be contained in code but - how to handle this situation - is a completely different question.

This ui\_group in your flow has a z index that doesn't exist in the flow

```json
{"id":"53e6c4b8.1b0f7c","type":"ui_group","z":"dfe4ec36.0a5a5","name":"Default","tab":"","order":1,"disp":true,"width":"6"},

```

I think it might be worth tagging Nick (@knolleary) to have a look see what he makes of this.

INFO: `tab` is null after returning from `RED.nodes.subflow()` causing undefined error when accessing `name` property.

STEPS I TOOK:

1. imported your flow through the import dialog.
2. deleted all the OPC nodes (I wasnt about to install that!)
3. tried to deploy - it would not.
4. with devtools opened, operated the deploy button once more & debugger stopped on the line highlighted in the screenshot above

---

_[View the full topic](https://discourse.nodered.org/t/deploy-button-not-responding/35606)._
