spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
564 stars 102 forks source link

After update, server connection not triggering Ray() #674

Closed spooksie closed 1 year ago

spooksie commented 2 years ago

Describe the bug I connect to my staging and prod servers on Ray. Then trigger a ray() event on the server, nothing pops up. On local it isn't a problem.

To see Ray working, I created a new command called ray:test

public function handle()
    {
        ray('Is it working');
        return 0;
    }

When I run it locally, it works.

image

I then push to Git and deploy the exact code to my staging server. In Ray I add the staging server credentials and connect with no issues. When I trigger ray:test on the staging server, nothing appears. It used to work on older releases and seems to be happening after the latest update.

Versions 2.0.1

spatie/backtrace 1.2.1 A better backtrace spatie/laravel-ray 1.29.4 Easily debug Laravel apps spatie/macroable 2.0.0 A trait to dynamically add methods to a class spatie/ray 1.34.1 Debug with Ray to fix problems faster

PHP version: 8.0.x

Expected behavior Expected to see a new Ray window that is connected to my server when triggering a ray() event

Desktop (please complete the following information):

twdnhfr commented 2 years ago

I have the same problem

spatie-bot commented 1 year ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.