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.