How to display errors with ASP.NET Core April 27, 2023 by Tarik Add the error page middleware as shown here: app.UseDeveloperExceptionPage();