spatie / ray

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

After update Ray, stop work click on alert and PhpStorm #821

Closed abkrim closed 1 year ago

abkrim commented 1 year ago

Today my ray app update to 2.6.2 After this, ray show debug, but click on file and line number not works.

Ra version 2.6.2 (2.6.2)

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

PHP version 8.2 Laravel version (if applicable): 10.19.0

Steps to reproduce the behavior:

  1. Put a ray in test
  2. Show alert in ray app.
  3. Click on BouncerSeeder.php:46
  4. Ray app not goes to file and line. Any action.

Restart my Mac for clean memory and start a new day with love.

Well, I expected it to work like yesterday. That when it shows me an alert and I want to see the code of that alert, click and go to the file in phpstomr, whether it is open or closed.

It has worked that way for a couple of years.

macOS X 13.4.1 (c) (22F770820d) M1 Pro Sin título

Sam-Apostel commented 1 year ago

Hey @abkrim

The latest Ray release significantly changed how link clicks are handled to adress some security concerns, this change must have broken the “open in IDE”-links.

I will look into releasing a fix asap.

abkrim commented 1 year ago

A lot of thanks.