How severe does this issue affect your experience of using Ray?
High: It blocks me to complete my task.
Hello,
after installing ray 2.8.0 in Python 3.10.13 on Windows 11, I get working processes and job, but dashboard seems to be broken.
Behavior is kind of strange, as the classic address 127.0.0.1:8265 shows signal but only in the form of an empty / white page. Digging deeper in dev console, I can drill it down to the following two error messages:
GET http://127.0.0.1:8265/static/js/main.4e04a38d.js net::ERR_ABORTED 403 (Forbidden)
GET http://127.0.0.1:8265/static/css/main.388a904b.css net::ERR_ABORTED 403 (Forbidden)
As I am not familiar with the technical architecture, what could be sources of root cause behind those?
Tested same installation procedure on Windows 10 machine with identical results. It´s still not working.
But it works as expected if i run the test in wsl2 with Ubuntu 22.04.
Perhaps a new company policy has been introduced which blocks access to the relevant files on the server.
I´ll try to validate this with my private pc.
That is a lifesaver! Not only, that I realize when I pip install “ray[default]”. it is really slow that it timed out (I am in Asia). So I just rerun pip install like 20 times until it is 100% installed.
When you try sending a request to “http://127.0.0.1:8265/static/js/main.4e04a38d.js” directly either using something like curl or from a new browser window, does the content of that file download? Or do you also get a 403?
I’m not sure what would cause this to break in the new version of ray. This issue seems to be on the side of the dashboard process which serves the static content necessary for the ray dashboard web application. But we did not change anything there recently.
It would be helpful if you could open an issue at Issues · ray-project/ray · GitHub, with a complete reproducer, starting from which python are you using (windows store? python.org? conda?), and the commands you are using for installing ray