Laravel – Seeing Symfony Exception page instead of Spatie Ignition

In my composer file I have "spatie/laravel-ignition": "^1.2" however when an exception is thrown I am seeing the Symfony exception page rather than Ignition (shown below).

.env has the following:

APP_ENV="local"
APP_DEBUG="true"

Config files are published and contain default value.

Am I missing something really obvious to get this up and running?

enter image description here