laravel-ignition: Error Page is not rendering CSS.
Hello there! I just updated a Laravel 8 application to Laravel 9. In my composer.json I updated:
"facade/ignition": "^2.5"
to "spatie/laravel-ignition": "^1.0"
I then ran composer update
. In a sample route file: I manually threw an exception with throw new \Exception('testing')
.
The error page that get rendered shows the content but the CSS is not being loaded. I have included a image at the bottom.
Is there something Iām missing or an additional composer command I need to run?
Thank you for the assistance.

About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 21 (3 by maintainers)
Hey all, a fix has been tagged here. Running
composer update
on your projects will automatically pull this in. Please let me know if this fixes your issues šFor me, the html is malformed:
The same on Mac OS X in Chrome latest version. spatie/laravel-ignition: 1.0.4