
Reputation
Badges 1
Eureka!MotionlessCoral18 if you build the UI, instead of overriding stuff with hard coded values, you can set fileBaseUrl
in src/environments/environment.prod.ts
@<1531445337942659072:profile|OddCentipede48> that's deliberate, URL contains experiments page preferences to give the user an easy method of sharing his current view. you can either update the link to the page with the updated choice or remove all table info from the URL (everything after the experiment ID) and they will be restored from the BE.
Hi @<1523702496097210368:profile|ScantChimpanzee51> , is clearml self hosted and if so, is it on a non secure (HTTP) server?
you can manually override this configuration by adding or updating (if you have 1) the configuration.json
file next to the index.html
with fileBaseUrl
Thank you @<1566596960691949568:profile|UpsetWalrus59> for sharing these steps , we were able to reproduce on our end and working on a fix
where exactly the webserver provides you with the URL with localhost in it
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
did you set apiBaseUrl
to something else in a private build or through webserver environment variables which set configuration.json file?
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, maybe this is related None ?
I meant where clearml-data is running, so when you upload images to your version, it set the right url
API server isn't aware of fileserver location, it's clearml-data responsibility to write the correct path in the server.
can you open devtools (F12) and look for the events.debug_images
response in the network tab?
UpsetWalrus17 did you mean to have a server that queries data from cleaml API server?
in this case, take a look at https://clear.ml/docs/latest/docs/references/api/index
can you please add the versions, found in the bottom of the settings page?
JitteryCoyote63 the fix should be release with clearml version 1.2
@<1792727007507779584:profile|HollowKangaroo53> which version of clearml server are you using?
Hi JitteryCoyote63 , shouldn't be too hard, but we would probably need to check what most of the users prefer.
does the webserver instance fails to run due to this error?
Thank you Ophir, managed to reproduce on our environment. we'll work on a fix.
FYI we use the port to distinguish between AWS and local S3
yes, browsers usually block accessing insecure data on secure site and vise versa
Hi QuaintPelican38
We already tried to implement deleting S3 resources in the UI but got blocked by CORS.
we will implement deleting these resources through the server in a near version.
in the mean time you can use the SDK to delete entities with their artifacts.
Hi SourDolphin31
so either add a preview to the 3D source with any Browser supported image or video. or add a 2nd source
Hi Manish, did you check our FAQ?
192.168.1.83 is a local network address, is it accessible from your browser?
Hi Ryan,
we are more interested in the last tasks.get_all_ex
query,
clicking the "XHR" filter, would make it easier to find.
It would be very helpful if you can share the response with us maybe on a DM, by right clicking the network entry in the table, copy -> copy as curl