2

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

Nihilarian
  • 1,190
  • 1
  • 10
  • 17
  • Which laravel-ignition version you are using? Its a bug and reported – STA Mar 16 '22 at 05:08
  • 1
    Heya, Adriaan from Spatie here. This bug has an open issue on the spatie/laravel-ignition repo (#68), but we haven't been able to reproduce it. If anyone could create a (minimal, not your actual project) public repository on GitHub where we can reproduce this error, that would be great! – Adriaan Marain Mar 16 '22 at 08:47
  • 1
    @Nikhil Rao I tested it and I'm getting the same error with TronLink chrome extension, you can quick fix by disabling the extension from your browser. – STA Mar 16 '22 at 13:28
  • @AdriaanMarain is there any solution for this issue? Unfortunately its not related with a chrome extension in my case. – Danaq Nov 02 '22 at 10:58

1 Answers1

1

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.

Danaq
  • 633
  • 1
  • 6
  • 18