Describe the bug
I am not able to get any response in the ray app from ray() requests from any part of my code.
I am working under Herd (ver. 1.9.0)
At one point it was working and it stopped suddenly and haven't been able to get it going again. This is not just in one project, but in all my projects.
Versions
Ray 2.8.1.0
You can use composer show to get the version numbers of:
spatie/ray package version:
spatie/laravel-ray package version : 1.36.2
PHP version: 8.3
Laravel version (if applicable):11.10.0
To Reproduce
Steps to reproduce the behavior:
Put code in initial index page
ray('test');
Open ray, run code
Nothing happens:
Looking at windows ports: 23517 is bound to ray
Looking in the ray app settings, it shows port 23517
If I run ray('test') from tinkerwell, it shows that ray is instantiated with the following settings.
Spatie\LaravelRay\Ray {#4418
+settings: Spatie\Ray\Settings\Settings {#397
Describe the bug I am not able to get any response in the ray app from ray() requests from any part of my code. I am working under Herd (ver. 1.9.0) At one point it was working and it stopped suddenly and haven't been able to get it going again. This is not just in one project, but in all my projects.
Versions Ray 2.8.1.0
You can use
composer show
to get the version numbers of:PHP version: 8.3 Laravel version (if applicable):11.10.0
To Reproduce Steps to reproduce the behavior:
Put code in initial index page ray('test');
Looking at windows ports: 23517 is bound to ray Looking in the ray app settings, it shows port 23517
If I run ray('test') from tinkerwell, it shows that ray is instantiated with the following settings. Spatie\LaravelRay\Ray {#4418 +settings: Spatie\Ray\Settings\Settings {#397
settings: [
}
Expected behavior Something (anything) to show up in the ray app.
Desktop (please complete the following information):
OS: Windows 11 23H2 Build 22635.3930
Additional context Add any other context about the problem here.