diff --git a/src/MusicStore/Startup.cs b/src/MusicStore/Startup.cs index debb5ac60c..b6839fe2b8 100644 --- a/src/MusicStore/Startup.cs +++ b/src/MusicStore/Startup.cs @@ -109,7 +109,7 @@ namespace MusicStore // During development use the ErrorPage middleware to display error information in the browser app.UseDeveloperExceptionPage(); - app.UseDatabaseErrorPage(DatabaseErrorPageOptions.ShowAll); + app.UseDatabaseErrorPage(); // Add the runtime information page that can be used by developers // to see what packages are used by the application