Reputation
Badges 1
Eureka!Hi, you mean not from the root path of the server?
port forwarding is an unconventional setup, and inconvenient 1. you should configure a public address.
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_aws_ec2_ami has some info and links.
for a more secure option I'd follow this guide to create a user/password environment https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#web-login-authentication
and use AWS ELB to securely expose the 3 services though it.
you can then configure your client wit...
Hi WearyBaldeagle85 ,
can you verify from the devtools network tab if clearml server send these graphs?
WearyBaldeagle85 it would be very helpful if you can send me on a private message the raw response from the response tab
in network tab filter for events.get_task_plots
on chrome instead of Response open the Preview Tab
WearyBaldeagle85 you need to navigate to the plots tab
as a work around you can add and remove experiments from another tab in compare or in project experiment list.
Thank you Ophir, managed to reproduce on our environment. we'll work on a fix.
the component that sets Plotly up is src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts
I'm not too fond of many user configurations, it's confusing.
however, clearml is open source, nothing stops you from adding the code and sending a PR
Hi JitteryCoyote63 , shouldn't be too hard, but we would probably need to check what most of the users prefer.
probably need to sethovermode = 'x'
in layout
Hi @<1523702496097210368:profile|ScantChimpanzee51> , is clearml self hosted and if so, is it on a non secure (HTTP) server?
it might have some mixed or insecure content blocked
try to open site settings in the (i) menu
yes, browsers usually block accessing insecure data on secure site and vise versa
in your case clearml is insecure and GCS is secure
I think so, I guess you're using chrome
can you try the following https://superuser.com/a/444881 to clear the cache in chrome?
I'll need to check how to configure the UI for this type of deployment as the UI has just a few configurations it can guess the files server URL from.
and did you see any error in the browser console (F12)
which port are you running clearml of?
what version of ClearML are you using?
it might be an issue in the UI due to this unconventional address or network settings, before you try this again, can you open the browser devtools?
the console and network tabs should give us more insight
were you able to confirm in the file server whether the files were actually deleted and the UI error message is wrong?
MotionlessCoral18 if you build the UI, instead of overriding stuff with hard coded values, you can set fileBaseUrl
in src/environments/environment.prod.ts
the UI should then send delete requests to the fileserver, do you see those in the network?