Skip to content

Tech Debt: display technical errors on the error page as they occur in staging and development #189

@GeorgeGoodall

Description

@GeorgeGoodall

Problem statement

When we have an issue with dev or staging that causes an error to be thrown. all we see on the site is 'sorry the service is unavailable right now' we then have to go hunting for the cause of an exception or search the logs (to which we don't all have access to)

Proposed solution

a conditional clause that states when not in the production environment we display an verbose error page instead of the default error page

  • Bring all error page templates into one template
  • Modify error page template to print out the actual error
  • Add in debug flag for production

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions