Skip to content

Add custom error page for internal server errors

Georgios Andreadis requested to merge 75-create-error-page into development

What does this MR do?

This error page is shown when we have an internal error. To prevent the stacktrace from being shown, I've added an error page.

I've also added a 404-specific page, for page-not-found errors, since the message then slightly differs.

Closes #75 (closed)

Screenshots

after

image

image

Does this MR meet the acceptance criteria?

  • I have added tests to validate the new functionality.
  • I have updated the documentation accordingly.
Edited by Georgios Andreadis

Merge request reports