Reputation
Badges 1
Eureka!Hi @<1572757572547514368:profile|GiddySnake50> , where is this asset saved? fileserver? S3? GS?
yes, browsers usually block accessing insecure data on secure site and vise versa
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 @<1533257278776414208:profile|SuperiorCockroach75> I've taken a look at proxy.config.js and it points to a now deprecated trains server (clearml predecessor).
you should update the URL to your own server
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.
webserver docker is running nginx, you can mount other setting into the docker, like ssl certificates, and an 443 definition.
or you can start your own nginx and point the reverse proxy to the webserver docker exposed port.
if the reverse proxy uses a location other then root (like /clearml ), you will need more setting to get the UI to work form that path
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
similar to the suggested layout here
None
does the webserver instance fails to run due to this error?
you can take a look at src/app/webapp-common/shared/entity-page/entity-delete/base-delete-dialog.effects.ts using the devtools debugger
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.
@<1792727007507779584:profile|HollowKangaroo53> which version of clearml server are you using?
FYI we use the port to distinguish between AWS and local S3
can you open devtools (F12) and look for the events.debug_images response in the network tab?
Hi JitteryCoyote63 ,
which version of http://clear.ml are you using?
in your case clearml is insecure and GCS is secure
maybe this can be reported as a plot instead of scalar. this way you can build the plot as you like
@<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.
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.
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...
yes, we know the implementation isn't prefect, we have some issues with unselect, since it works peaty much the same in Gmail, we felt it was good enough
@<1557537273090674688:profile|ThankfulOx54> can you please post the UI and BE versions as they show up in the bottom of the settings page?
as long as the 3 services are subdomains of .my.domain this should work
192.168.1.83 is a local network address, is it accessible from your browser?
Hi Igor, profile is an old path, /settings/profile replaced it.
how did you navigate to it?
can you try the following https://superuser.com/a/444881 to clear the cache in chrome?
API server isn't aware of fileserver location, it's clearml-data responsibility to write the correct path in the server.