Skip to content

FilterExceptions result in blank page #2077

Description

@MGatner

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' => ['*']]
	];

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugVerified issues on the current code behavior or pull requests that will fix them

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions