We observed the CPA create an error page which exposed the exception to the end-user. These error messages may inadvertently reveal more than we wish to.
<div class="error-container">
<h1>Error Loading Dashboard</h1>
<p>An error occurred while loading the provider panel dashboard. Please try again or contact support if the problem persists.</p>
<div class="error-details">{error_message}</div>