laravel/pulse

Unable to Access Pulse After Installing in an Existing Application

naowas opened this issue · 4 comments

naowas commented

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.

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

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

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?

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.