Did you change anything in the default docker-compose?
set the host variable to the ip assigned to my laptop by the network.
I followed the instructions here at https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html
When you go to http://localhost:8080 , what do you see in the Developer Tools/Network options?
{"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":{}}
Ok so update. It works now. last steps I did I can remember to fix it are.
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
If it helps, I can try and record my steps in a video.
Try http://localhost:8008/ , you should get some meaningful JSON error result
I just copied the commands in order from the page and pasted them. All of the linux ones specifically.
Then I accessed it using the ip directly instead of local host.
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.
Or is there any specific link you can recommend to try and create my own server.
and then also write down my git username and password.
And if you try http://localhost:8080/api/ ?