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
If in our app we implements some custom health indicators and if we go to the /control-panel/health detail page, this failed to display.
Actual Behaviour
"_embedded": {
"errors": [
{
"message": "Internal Server Error: Error rendering Handlebars view [layout]: /views/health/detail.hbs:17:29: The partial '/(stringFormat \"views/health/%s\" (cut @key '()')).hbs' at '/views/health/MyCustomIndicator.hbs' could not be found"
}
]
},
"message": "Internal Server Error"
Steps To Reproduce
Implements a io.micronaut.management.health.indicator.HealthIndicator
Start app and launch /control-panel/health page
You can see an "Internal Server Error" message
Expected Behavior
If the view is not found display a default message like "No information available" in a card titled with the indicator name.
The text was updated successfully, but these errors were encountered:
Feature description
If in our app we implements some custom health indicators and if we go to the
/control-panel/health
detail page, this failed to display.Actual Behaviour
Steps To Reproduce
io.micronaut.management.health.indicator.HealthIndicator
/control-panel/health
pageExpected Behavior
If the view is not found display a default message like "No information available" in a card titled with the indicator name.
The text was updated successfully, but these errors were encountered: