Skip to content

Show an error page if the REST API is not available #1389

@atarix83

Description

@atarix83

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions