Open
Description
What type of issue is it? (Choose one - delete the others)
Wrong documentation
What article/section is this about?
Describe the issue
This section describes intercepting the 500 error response and then redirecting the user to a page to display the error. In this scenario statuscode is lost, and the user never actually receives a 500 error, they end up receiving a 3XX redirection.
This should probably be using some combination of app.UseExceptionHandler("...");
and app.UseStatusCodePagesWithReExecute("/error/{0}");
Metadata
Metadata
Assignees
Type
Projects
Status
Docs