> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/stacktrace-error-appears-on-the-functions-display.md).

# Stacktrace Error appears on the Functions Display

### Issue <a href="#issue" id="issue"></a>

When a new application with a single function is created, the Deck UI will show a Stacktrace error as follows:The Stacktrace (for example) shows the following: TypeError: Cannot destructure property 'application' of 'this.state' as it is null. at FunctionActions\_FunctionActions.render (<https://preprod.spinnaker.armory.io/3.js:112515:203011>) at gi (<https://preprod.spinnaker.armory.io/3.js:222406:192>) at fi (<https://preprod.spinnaker.armory.io/3.js:222405:224>) at Rj (<https://preprod.spinnaker.armory.io/3.js:222487:490>) at Qj (<https://preprod.spinnaker.armory.io/3.js:222470:265>) at Kj (<https://preprod.spinnaker.armory.io/3.js:222470:194>) at yj (<https://preprod.spinnaker.armory.io/3.js:222463:172>) at <https://preprod.spinnaker.armory.io/3.js:222347:115> at push.exports.unstable\_runWithPriority (<https://preprod.spinnaker.armory.io/3.js:222554:467>) The issue occurs frequently with AWS Lambda, preventing Lambda details from loading.

### Cause <a href="#cause" id="cause"></a>

The following PR addresses the issue:<https://github.com/spinnaker/deck/pull/9199>
