Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved messaging and added link to troubleshooting article #716

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/stack/stack-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down