fruitcake / laravel-telescope-toolbar

A toolbar for Laravel Telescope, based on the Symfony Web Profiler.
MIT License
778 stars 39 forks source link

Javascript errors and toolbar not showing up #79

Open xavi7th opened 8 months ago

xavi7th commented 8 months ago

After a recent upgrade, the toolbar stops showing up and i get the following error in my console

Screenshot 2024-03-29 at 07 14 01

I believe the error may be related to missing frontend assets but I can find no mention of frontend assets anywhere in the docs, so I have been unable to troubleshoot any further.

I upgraded from Laravel 8 to Laravel 10 The versions I have installed are:

"fruitcake/laravel-telescope-toolbar": "^1.3",
 "laravel/telescope": "^5.0",

They are both installed in the dev section.

Telescope itself works fine. The only problem I have is with the toolbar itself.

Any pointers would be appreciated.

paperscissors commented 6 months ago

Same issue here. Temporary fix was to downgrade to 1.3.2 and then optimize:clear to get it back.