pulse: Undefined array key "groups" + others on fresh pulse install on existing project

Pulse Version

1.0.0-beta11

Laravel Version

10.43

PHP Version

8.2

Livewire Version

3.4.4

Database Driver & Version

MySQL 8.0.35 via Docker Container on macOS (arm64)

Description

I’m trying to get Laravel Pulse running within an existing Laravel API project and I’m running into some Undefined array key when trying to open the /pulse route. They are:

  • Undefined array key groups
  • Undefined array key sample_rate
  • Undefined array key highlighting
  • Undefined array key threshold

Steps To Reproduce

Installation as per the Laravel docs on an existing project with a few changes:

  • No Gate defined - only testing Pulse for proof of concept
  • PULSE_INGEST_DRIVER set to redis

I’ve cleared all framework config & view cache using optimise:clear, cache:clear and view:clear and running a fresh migration of the database.

I’m running the pulse commands (pulse:work and pulse:check) locally on the machine, outside of the PHP docker/Laravel Sail container.

About this issue

  • Original URL
  • State: closed
  • Created 5 months ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

You can also try this. Ssh into your server and start php artisan tinker and then run config('pulse.recorders'); to check if the array is correct.