Is your feature request related to a problem? Please describe.
When the rest endpoint is not reachable due to a problem, the angular application doesn't work but show only a page with an hanging load spinner. It'd be nice instead to have a 500 page where to redirect in this case
Describe the solution you'd like
A possible solution is to create an angular guard that make a rest request to /server/api and in case it gets an error response it redirect to a general 500 page (that looks like the 404 page)
Is your feature request related to a problem? Please describe.
When the rest endpoint is not reachable due to a problem, the angular application doesn't work but show only a page with an hanging load spinner. It'd be nice instead to have a 500 page where to redirect in this case
Describe the solution you'd like
A possible solution is to create an angular guard that make a rest request to
/server/apiand in case it gets an error response it redirect to a general 500 page (that looks like the 404 page)