-
Notifications
You must be signed in to change notification settings - Fork 657
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
The horizon dashboard does not have stylesheet loaded #1425
Comments
@bensondevs |
…rity check Fixes laravel#1425 Fixes laravel#1426
@bensondevs PR#1427 should solve your issue |
I have the same issue, thank you |
I have this error, how do I resolve it:
|
I'm having this same error after upgrading to Laravel 11. In my localhost it works fine, the sha384 digest in the HTML is the same of the sha384 in my manifest.json file, but in my production server it tries to load a different digest and then outputs this error in console |
@sts-ryan-holton @MarceloLuis1997 it will be solved with the next horizon release |
Horizon Version
5.14.2
Laravel Version
10.48.9
PHP Version
8.2
Redis Driver
PhpRedis
Redis Version
7
Database Driver & Version
No response
Description
After releasing the app to the production and running the indexing queue, the horizon dashboard starts to show a page without styling.
In the browser console, it shows several errors talking about the horizon stylesheet
[Error] Cannot load stylesheet https://stagent.com/vendor/horizon/styles.css. Failed integrity metadata check. Content length: 154254, Expected content length: -1, Expected metadata: sha384-4HOmv1E51xgqbUYzCYXaRXPRja5nEho6eq/L/CKs0LlidzTGNTk81VtCAHqLiYSC (dashboard, line 16) [Error] Cannot load stylesheet https://stagent.com/vendor/horizon/styles-dark.css. Failed integrity metadata check. Content length: 154644, Expected content length: -1, Expected metadata: sha384-/sLOxh+NTFEdcZ8svIuVTv/lSL65X3QGIXhExXAhntQYWjiez1CQbv4ICbtwRfd8 (dashboard, line 17)
Steps To Reproduce
The text was updated successfully, but these errors were encountered: