From efa3ef6ad2a2317b38c6a7f8bd29247b3c2c83e0 Mon Sep 17 00:00:00 2001
From: Daniel Wathen @Model.RequestId
- Swapping to Development environment will display more detailed information about the error that occurred. -
-- The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -