You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue with Ray(2.8.1.0) on my Windows 10 machine when trying to send data from my Laravel 11 application. The problem seems to be related to the use of a proxy in our network, but I am not sure how to resolve it.
Here is what I've checked so far:
I have confirmed that Ray is set to use port 23517, and it is properly configured in my ray.php file in Laravel ('port' => 23517).
Running netstat shows that port 23517 is indeed open and listening.
The port has been allowed through the Windows firewall.
The proxy settings on my machine might be interfering with the connection. We are using a network proxy, and I suspect that it could be blocking or redirecting the requests Ray tries to send.
I have tried adding exceptions for localhost and 127.0.0.1 in the proxy settings, but Ray still doesn't seem to work properly.
Could this issue be caused by the proxy, and if so, is there a recommended way to configure Ray to work in a proxied environment? Any help or advice on troubleshooting this issue would be greatly appreciated.
Thank you in advance for your assistance!
Best regards,
The text was updated successfully, but these errors were encountered:
If you are not using it or already tried that, it's likely a firewall or antivirus issue. With Windows having so many permutations it's often hard to pinpoint the problem.
Hello Spatie team,
I am experiencing an issue with Ray(2.8.1.0) on my Windows 10 machine when trying to send data from my Laravel 11 application. The problem seems to be related to the use of a proxy in our network, but I am not sure how to resolve it.
Here is what I've checked so far:
Could this issue be caused by the proxy, and if so, is there a recommended way to configure Ray to work in a proxied environment? Any help or advice on troubleshooting this issue would be greatly appreciated.
Thank you in advance for your assistance!
Best regards,
The text was updated successfully, but these errors were encountered: