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

Implement user feedback errors for Gasper master API for debug=false #287

Open
kunalvirwal opened this issue Mar 19, 2025 · 1 comment
Open

Comments

@kunalvirwal
Copy link
Collaborator

Whenever an action on Gasper fails like an app was not able to deploy due to used domain name on Cloudflare or container or service with the same name already exists, then master receives the error in the form of an gRPC response if debug=true then it is returned to the user.
If Gasper is running on debug=false then it returns INTERNAL_SERVER_ERROR for any error that occurs due to which it is not at all easy to debug for any user .

Implement custom user feedback errors for all possible cases in which any action fails that will be returned to user in debug=false.

@kunalvirwal
Copy link
Collaborator Author

kunalvirwal commented Mar 19, 2025

The User doesn't even get to know that he can't deploy the app because his limit of 2 apps is exhausted.
#Fix_on_priority

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

No branches or pull requests

1 participant