Invalid configuration of the ExceptionHandling #99
Labels
kind/bug
Something isn't working
status/blocked
Further work depending on the completion of some other task/PoC/issue
Description of the bug
The following message was registered in application insights in production:
Looking into this we see that the ExceptionHandlier is pointed to a non existent endpoint.
Program.cs L277
We need to either ensure that the endpoint exists or find a solution that doesn't require an endpoint. Is there a default handler that can be used instead?
Steps To Reproduce
Force an exception that isn't handled by the logic, but bobble up to the built in middleware.
Additional Information
A simple fix would be to add a Controller to support the missing endpoint. We've done this in other applications.
The text was updated successfully, but these errors were encountered: