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

RelatedEntries is not loaded after migrating from mix to vite

AmooAti opened this issue · comments

Telescope Version

4.17.0

Laravel Version

10.25.2

PHP Version

8.2.12

Database Driver & Version

10.6.12-MariaDB-0ubuntu0.22.04.1 - Ubuntu 22.04

Description

In this version, the related-entities view is not loaded, and there is an error in the browser console, which I think can't load loadash.

Screenshot from 2023-11-01 16-29-00

In the above screenshot, we should have queries and logs.

Steps To Reproduce

  1. Install Laravel Telescope on a Laravel application.
  2. Go with standard Installation and configuration.
  3. create a route that logs a message using Log facade.
  4. query a model, for example User::all()
  5. make a request.
  6. see the request details for related entities. Queries and Logs don't show up.