
Reputation
Badges 1
Eureka!Hi BattyLizard6 ,
we found the issue and it's indeed a WebApp one.
hotfix released for all platforms
Hi EnviousStarfish54 ,
what version of server and SDK are you using?
can you report this experiment to demo server?
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
I was just informed that the images for 1.9.2 were already released on Thursday, please test if the new version solve the issue for you and let us know.
FYI we use the port to distinguish between AWS and local S3
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
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
if you get a response while on the instance from localhost, but not from the outside, it usually means the machine IP is not exposed to the outside world.
in your setup you should probably configure docker webserver
container to mount a config file to /usr/share/nginx/html/configuration.json
Hi @<1853608151669018624:profile|ColossalSquid53>
can you try without the last slash?
as long as the 3 services are subdomains of .my.domain
this should work
if WEBSERVER__fileBaseUrlvalue
= None a replacement should take place, what version of clearml are you using?
thanks, this issue might be related to github login, we're investigating
the fact you have X-Amz-Date
in the url tells me the code passed the check here but might not pass this condition or something went wrong in the [rewrite function](https://github.com/cle...
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)?
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
Hi, @<1638349756755349504:profile|MistakenTurtle88>
we already addressed most of these issues in 1.12 and 1.13.
I suggest upgrading.
the UI should then send delete requests to the fileserver, do you see those in the network?
can you try running the curl request from within the web container?
on second thought if direct request to api server works while reverse proxy fails, this points us only to nginx.
i'd focus on nginx or whatever azure infra you have between nginx and the client.
yes, from the config
UI will popup a from for buckets' key and secret
this is required for some browsers
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
JitteryCoyote63 select multiple lines still works, you need to shift + click on the checkbox
Hi @<1689446563463565312:profile|SmallTurkey79>
seems like a bad chartjs definition, in line-chart.component.ts where we build the chart, probably due to unexpected response.
can you share the 1st successful response of workers.get_stats
from the network tab of devtools?
Hi WearyBaldeagle85 ,
can you verify from the devtools network tab if clearml server send these graphs?
Hi @<1557537273090674688:profile|ThankfulOx54> , you will need to install a version 1.10 of clearml server to work with clearml web 1.10