-
Notifications
You must be signed in to change notification settings - Fork 313
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
Providing Meaning Errors when launching a stack group #640
Comments
Better, more useful error reporting is definitely something that has been front of mind. I think we probably need to adjust the response structure from {
"response": [],
"errors": []
} Worth having a discussion on this point because we will apply the solution across the whole project. |
This is causing me a great deal of grief currently, as I'm working on a project with a large number of stacks. I've had to resort to adding print statements within StackActions to find out which Stack is actually causing the error. |
We have the same issue. What type of discussion would help this issue forward? |
Yep this would be good to incorporate. Currently trying to catch up with things. |
Closing as #997 was merged. |
When launching stack groups, if one of the stack config's templates is invalid, meaningful errors are not bubble up.
I have to launch the specific template to get error that needs to be fixed.
Finding the specific template to launch to get the error back can be frustrating and time consuming with multiple templates.
The text was updated successfully, but these errors were encountered: