-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony Exception instead of Ignition in Laravel 9 #48
Comments
Looks like the error comes from here: ignition/resources/views/errorPage.php Line 29 in e8993b2
The actual issue might be in EDIT:
|
Related to this actually: spatie/laravel-ignition#35 |
This too, is happening in my application after upgrading my Laravel application from 8 -> 9 today. Some exceptions seem to show the new page fine, others just trigger what others have posted: Specifically, in my case, I was trying to Edit: I've created a new Laravel application where I was able to reproduce the error; you can check the repository here: https://github.com/jazerix/ignition-symfony-exception Going to the root renders the Symfony exception page without styling :) Edit 2: After some initial investigation it looks like under certain circumstances the Symfony exception page is being rendered inside ignition causing the issue. |
The problem seems to be on this line https://github.com/spatie/flare-client-php/blob/main/src/Report.php#L323 On the laravel application @jazerix created if you encode and dump the stracktrace it returns Symfony's error page
|
Thanks you all for your input so far. We're currently looking into this and this is a huge help. Let's continue this discussion in PR #51 👍 |
As a quick update: I've tagged spatie/flare-client-php 1.0.3 that includes a fix for most of these issues. Running composer update will pull in this fix! |
Thanks @AlexVanderbist |
For some reason, the errors on my server don't show the ignition error page
The text was updated successfully, but these errors were encountered: