laravel / telescope

An elegant debug assistant for the Laravel framework.

Home Page:https://laravel.com/docs/telescope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG icons not loading

ElvisIsKing666 opened this issue · comments

Telescope Version

4.17.6

Laravel Version

10.38

PHP Version

8.3.4

Database Driver & Version

No response

Description

On my local machine running valet, the SVG icons load and work. On my remote machine running a dockerizer setup that SVG icons do not load.

Also, it appears that the JS element listeners on the Commands, Requests, Logs, etc elements aren't running properly. Initially, I can click on new nav items and the page reloads instantly. But if I click on one that is enabled but the XHR returns an empty list - then the automatic page reloading breaks: when I click on a new nav-item it doesn't automatically load that page - the URL changes, but the XHR fetch for the previous command keeps running until I hit reload. Once I hit reload I can click new nav items until I click one that returns zero items and it breaks again.

The CSS and JS assets are loaded.

I'm wondering what could be causing that.

Local machine:
image

Remote machine:
image

Steps To Reproduce

I'm guessing there is something in my specific setup that is interfering - so it's not easy to reproduce. I'm wondering if anyone has an idea how to begin debugging this.

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.