Symfony Error - Target class [Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer] does not exist. #145
Replies: 4 comments 1 reply
-
I'm experiencing the same issue using Laravel Nova 4.0. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
Just making sure you've run composer install not composer install --no-dev if ignition is used as a devDependency in your composer.json |
Beta Was this translation helpful? Give feedback.
-
i face the same problem with laravel 9.19 and laravel-ignition 1.6 any help |
Beta Was this translation helpful? Give feedback.
-
I ran the composer update command, cleared all caches and settings and it worked again, I'm using Lavarel 11 with spatie and livewire 3 |
Beta Was this translation helpful? Give feedback.
-
With the switchover to laravel-ignition, instead of getting the actual error message, I am receiving the below when we're throwing an Exception early in our code flow. In this particular case, it is due to a MySQL server issue, but I wouldnt know that since we're getting the below error.
Target class [Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer] does not exist.
This is using Laravel 9 and latest laravel-ignition package. I have removed clockwork as well, just in case.
Any suggestions here, as I do not see any particular code that affects that, but maybe something is missing.
Beta Was this translation helpful? Give feedback.
All reactions