You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: