Try http://localhost:8008/ , you should get some meaningful JSON error result
set the host variable to the ip assigned to my laptop by the network.
Then I accessed it using the ip directly instead of local host.
I followed the instructions here at https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html
And if you try http://localhost:8080/api/ ?
Did you change anything in the default docker-compose?
Ok so update. It works now. last steps I did I can remember to fix it are.
When you go to http://localhost:8080 , what do you see in the Developer Tools/Network options?
For anyone reading this. apparently there aren't any credentials for my own custom server for now. I just ran it without credentials and it seems to work.
If it helps, I can try and record my steps in a video.
and then also write down my git username and password.
{"meta":{"id":"c3edee177ae348e5a92b65604b1c7f58","trx":"c3edee177ae348e5a92b65604b1c7f58","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null,"error_data":{}},"data":{}}
I just copied the commands in order from the page and pasted them. All of the linux ones specifically.
VexedCat68 it looks like the WebApp can't communicate with the server at all, that's why you're seeing an empty screen with no options
Or is there any specific link you can recommend to try and create my own server.