laravel / pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
https://pulse.laravel.com
MIT License
1.44k stars 168 forks source link

Unable to Access Pulse After Installing in an Existing Application #399

Closed naowas closed 4 weeks ago

naowas commented 2 months ago

Pulse Version

1.x-dev

Laravel Version

10.48.12

PHP Version

8.1.29

Livewire Version

v3.5.4

Database Driver & Version

MYSQL 8.0.39-0ubuntu0.24.04.1

Description

After installing the Pulse package via Composer and accessing the /pulse route, the Pulse dashboard briefly appears. However, it immediately redirects to the application's home route. This issue occurs consistently, preventing access to the Pulse dashboard.

Steps To Reproduce

Install Pulse using Composer. Navigate to the /pulse route in the browser. Observe that the dashboard briefly loads, then redirects to the home route.

jessarcher commented 2 months ago

Hi @naowas,

Please try the latest version of Pulse (v1.2.4).

I can't replicate this problem in a fresh Install of Laravel v10.48.18 with Pulse v1.2.4.

naowas commented 2 months ago

Hi @naowas,

Please try the latest version of Pulse (v1.2.4).

I can't replicate this problem in a fresh Install of Laravel v10.48.18 with Pulse v1.2.4.

I installed Pulse v1.2.4, but the issue persists. After some debugging, I discovered that if I disable certain components, I can access the dashboard without any problems.

image

jessarcher commented 2 months ago

Are you able to provide a repository with a minimal reproduction of the issue? Are you able to replicate it with a fresh install of Laravel and Pulse?

crynobone commented 4 weeks ago

Hey there,

We're closing this issue because it's inactive, already solved, old, or not relevant anymore. Feel free to open up a new issue if you're still experiencing this problem.