Laravel Errors disappears (Ignition)

1.1k views Asked by At

When ever there is an exception thrown on the browser and I try to scroll the page to find out more or try to click on the stacktrace, the error page disappears and gets replaced by another error page showing: Something went wrong in Ignition.

Not sure, what needs to be changed to fix this issue.

Attaching a gif of the entire issue

1

There are 1 answers

0
Danaq On

For anyone who stumbles across this issue: I solved it for a laravel 9 project by removing the package

composer remove --dev spatie/laravel-ignition

and then required it again

composer require --dev spatie/laravel-ignition

Hope this can help someone.