app.UseStatusCodePagesWithReExecute Does Not Seem to Execute Pipeline Again
In my .NET 7 web site, I’ve set up the processing pipeline to use UseStatusCodePagesWithReExecute
but with a registered middleware in the pipeline returns 404, it correctly returns the 404.cshtml page, but it doesn’t seem to reprocess the entire pipeline.