Error.
17 |An error occurred while processing your request.
18 | 19 | @if (Model.ShowRequestId) 20 | { 21 |
22 | Request ID: @Model.RequestId
23 |
Development Mode
27 |28 | Swapping to the Development environment displays detailed information about the error that occurred. 29 |
30 |31 | The Development environment shouldn't be enabled for deployed applications. 32 | It can result in displaying sensitive information from exceptions to end users. 33 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 34 | and restarting the app. 35 |
36 |