spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Cache events not send to ray app #348

Closed lloricode closed 6 months ago

lloricode commented 6 months ago

Describe the bug after adding SEND_CACHE_TO_RAY=true in .env, nothing event send in rayp app

Versions Ray version (you can see this in "About Ray"): 2.7.5

You can use composer show to get the version numbers of:

PHP version: 8.3.1 Laravel version: 11.7.0

To Reproduce Steps to reproduce the behavior:

  1. Add SEND_CACHE_TO_RAY=true to .env
  2. enable cache using memcached
  3. click page that use cache
  4. see ray app no cache event send

Expected behavior expected that ray app receive cache events

Desktop (please complete the following information):

lloricode commented 6 months ago

Hi, it work after setup of servers connections for homestead, it seems ray app receive any data even without configured servers except cache events,