laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.82k stars 636 forks source link

Undefined variable $assetsAreCurrent #1457

Closed aleedksa closed 1 month ago

aleedksa commented 1 month ago

Horizon Version

5.24

Laravel Version

10.30.1

PHP Version

8.2.18

Redis Driver

PhpRedis

Redis Version

6.0.16

Database Driver & Version

MySQL 8 on WSL for windows

Description

When accessing the horizon dashboard in the web using the URL site.test/horizon it throws this error. Also sharing the Flare share URL of the error. https://flareapp.io/share/q5YJB4xm

Steps To Reproduce

Go to the /horizon URL of your application to access the Horizon dashboard.

aleedksa commented 1 month ago

Need to run php artisan view:clear after you run the composer update.

njoguamos commented 4 weeks ago

php artisan clear worked. Thank you.