barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.41k stars 1.56k forks source link

Weird looking debugger - no css? #1406

Open Oblako1223 opened 1 year ago

Oblako1223 commented 1 year ago

Hello i was uploaded my project in server today. And I saw a very worn-out debugbar, what is it? The project is on a server with php 8.0.27 with laravel 9. Debugbar is version 3.8.0. I will add that locally everything looks good image

laravel-geek commented 1 year ago

Same for me. Locally. PHP 8.2 / Laravel 10

erenergul commented 1 year ago

Same for me. Did you find any solutions ?

Oblako1223 commented 1 year ago

Can anyone help? it's been so long and nothing.

barryvdh commented 1 year ago

Can you open the css url and see if it has errors?

Oblako1223 commented 1 year ago

Can you open the css url and see if it has errors?

@barryvdh This is link: https://newlocations.pl/_debugbar/assets/stylesheets?v=1676989262&theme=auto it loads with code 200

parallels999 commented 1 year ago

Try to look dev tools on broswer, maybe css path is relative or maybe related https://github.com/barryvdh/laravel-debugbar/issues/1429 try https://github.com/barryvdh/laravel-debugbar/pull/1473 and tell us