Folks, I get this error when trying to access /manage (Spring Actuator) url :
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon Jun 09 14:24:37 PDT 2025
There was an unexpected error (type=Forbidden, status=403).
Forbidden
It rejects access as it should, but I want to use app’s application layout to display an error. There a “standard” Vaadin way to handle 403 (access denied) error? Or should I just go ahead and create “/error” router view?