@{ ViewData["Title"] = "Error"; }

An Error Occurred

We're sorry, something went wrong.

An unexpected error has occurred while processing your request. The error has been logged and our team will look into it.

@if (Context.TraceIdentifier != null) {
Request ID: @Context.TraceIdentifier
Please provide this ID when contacting support.
}
What you can do:
  • Try refreshing the page
  • Go back to the Dashboard
  • If the problem persists, contact your system administrator
@if (Environment.GetEnvironmentVariable("ASPNETCORE_ENVIRONMENT") == "Development") { var logFileName = $"logs/errors-{DateTime.Now:yyyyMMdd}.txt";
Development Mode: Check the error logs at @logFileName for details.
}