
Reputation
Badges 1
Eureka!Hi, you mean not from the root path of the server?
Hi JitteryCoyote63 , shouldn't be too hard, but we would probably need to check what most of the users prefer.
MotionlessCoral18 if you build the UI, instead of overriding stuff with hard coded values, you can set fileBaseUrl
in src/environments/environment.prod.ts
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
Thanks JitteryCoyote63 , we'll try to find the time for the effort to improve this behavior.
in the mean time, maybe open a ticket here https://github.com/allegroai/clearml-web/issues so maybe someone from the community might help.
clearml docker doesn't setup a SSL, you will have to do that in your own nginx configuration probably for each server section that expose clearml services as a subdomain. see:
None
Hi @<1557537273090674688:profile|ThankfulOx54> , you will need to install a version 1.10 of clearml server to work with clearml web 1.10
AgitatedDove14 CostlyOstrich36 CheerfulGorilla72
please note, NaN isn't part of the JSON spec. and only Python implementation of JSON supports it.
so you have to either convert NaN to 0, as we chose to do, or drop them.
AgitatedDove14
in the browser a NaN will crash JSON.parse(), so we don't have them on graphs.
Hi SourDolphin31
so either add a preview to the 3D source with any Browser supported image or video. or add a 2nd source
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
can you make sure in users table you can see the pending invite?
and on the invited account you see the invite under the user menu (top right corner)?
the UI should then send delete requests to the fileserver, do you see those in the network?
were you able to confirm in the file server whether the files were actually deleted and the UI error message is wrong?
Hi Luaks,
clearml serve the system for paying customers using AWS services and not through Nginx. so I don't have an example config to give you.
maybe this answer on SE can help you map the exposed ports of webapp, API and fileserver to app.domain.tld api.domain.tld and files.domain.tld
None
you can take a look at src/app/webapp-common/shared/entity-page/entity-delete/base-delete-dialog.effects.ts using the devtools debugger
@<1792727007507779584:profile|HollowKangaroo53> which version of clearml server are you using?
does this solve your issue, or the API server can't be reached as well?
where exactly the webserver provides you with the URL with localhost in it
I meant where clearml-data is running, so when you upload images to your version, it set the right url
Hi FunnyTurkey96
can you please tell what was in the error "More Info"?
and if there are any relevant errors in the browser console, open it with F12, and select the console tab.
Hi Sigal, beside the repeating "newer_available" error in the browsers console are there any other issue?
thanks, this issue might be related to github login, we're investigating
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
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
Hi Rina, thanks for reporting this issue, we're investigating