Error.
28 |An error occurred while processing your request.
29 | 30 | @if (Model.ShowRequestId) 31 | { 32 |
33 | Request ID: @Model.RequestId
34 |
Development Mode
38 |39 | Swapping to the Development environment displays detailed information about the error 40 | that occurred. 41 |
42 |43 | The Development environment shouldn't be enabled for deployed applications. 44 | It can result in displaying sensitive information from exceptions to end users. 45 | For local debugging, enable the Development environment by setting the 46 | ASPNETCORE_ENVIRONMENT environment variable to Development 47 | and restarting the app. 48 |
49 |