You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
FilterExceptions are failing to load the exception page in development environment, but rather result in a blank page.
CodeIgniter 4 version
Branch develop
Expected behavior, and steps to reproduce if appropriate
Desired behavior is for any exception to display the callback trace and warning message to the developer. To reproduce add any invalid filter to app/Config/Filters.php, e.g.:
public $filters = [
'foobar' => ['before' => ['*']]
];
The text was updated successfully, but these errors were encountered:
Describe the bug
FilterExceptions are failing to load the exception page in development environment, but rather result in a blank page.
CodeIgniter 4 version
Branch
develop
Expected behavior, and steps to reproduce if appropriate
Desired behavior is for any exception to display the callback trace and warning message to the developer. To reproduce add any invalid filter to app/Config/Filters.php, e.g.:
The text was updated successfully, but these errors were encountered: