From 3d7f835ec9b0d51093f82eeeb2d28185a4e0451e Mon Sep 17 00:00:00 2001 From: Danielle Date: Wed, 22 Jan 2025 15:54:08 +0000 Subject: [PATCH] improved messaging and added link to troubleshooting article --- docs/concepts/stack/stack-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/stack/stack-dependencies.md b/docs/concepts/stack/stack-dependencies.md index 2427763ab..0c2278b56 100644 --- a/docs/concepts/stack/stack-dependencies.md +++ b/docs/concepts/stack/stack-dependencies.md @@ -368,7 +368,7 @@ You might notice the three destructors at the end. They don't do anything yet, b ### Error: job assignment failed: the following inputs are missing -This error can occur even if the outputs are already in your state file and also showing under the Outputs tab for the stack in the UI. For the dependencies to be recognized the outputs would need to have been part of a tracked run with an apply phase. +This error occurs when the outputs were not part of an apply phase in Spacelift, this includes if the outputs are available in your state file and visible under the Outputs tab. For the output references to be available, the outputs need to have been part of a tracked run with an apply phase. You can read more about this [here](https://support.spacelift.io/articles/2553817041-troubleshooting-stack-dependencies-and-output-issues){: rel="nofollow"}. ### Error: argument list too long