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

Exact Error not appearing in case of poll scenarios #437

Open
Dray56 opened this issue Dec 9, 2024 · 0 comments · May be fixed by #438
Open

Exact Error not appearing in case of poll scenarios #437

Dray56 opened this issue Dec 9, 2024 · 0 comments · May be fixed by #438

Comments

@Dray56
Copy link
Contributor

Dray56 commented Dec 9, 2024

Let's say I try to push an app and get this as an error

│ error while waiting for app multi-buildpack-app package to build: received state FAILED while waiting
│ for async process

It clearly gives me a generic error obtained during polling the app state and does not give the exact problem which occurred during the push which is of not much help to the end user. Better would be to capture the error details from the job/build(or any other associated resource if it is available) while pushing it and display it incase polling fails - something similar to this.

│ error while waiting for app multi-buildpack-app package to build: received state FAILED while waiting for async process
│ StagingError - Staging error: Start command not specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant