
Reputation
Badges 1
Eureka!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
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
it might have some mixed or insecure content blocked
Hi @<1557537273090674688:profile|ThankfulOx54> , you will need to install a version 1.10 of clearml server to work with clearml web 1.10
Hi JitteryCoyote63 ,
which version of http://clear.ml are you using?
similar to the suggested layout here
None
does this solve your issue, or the API server can't be reached as well?
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 @<1697419077955358720:profile|HappyAnt94> which server version are you using?
since 1.17 we automatically add a ?
if it's missing.
Hi, maybe this is related None ?
JitteryCoyote63 the fix should be release with clearml version 1.2
Hi @<1523701366600503296:profile|GentleSwallow91>https
None is not a valid URL.
you're missing a colon :
after https
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
the bug is during creation of S3 bucket credential creation. you can manually fix the URL in settings
-> Configuration
under WEB APP CLOUD ACCESS
find the right Host (Endpoint)
field and add the missing colon.
we will release a fix to 1.9 soon.
it might be an issue with the way clearml.conf is setup
you can take a look at src/app/webapp-common/shared/entity-page/entity-delete/base-delete-dialog.effects.ts using the devtools debugger
I'm asking because this is a known issue that was already resolve. let me check if the fix was release
try to open site settings in the (i) menu
Hi Manish, did you check our FAQ?
yes, browsers usually block accessing insecure data on secure site and vise versa
Hi @<1523702496097210368:profile|ScantChimpanzee51> , currently we rely on a GCP token to be available on this session. in your case a private windows is a new separate session.
we consider signing GCP resources similar to AWS, in a future version
I think so, I guess you're using chrome
Hi SourDolphin31
so either add a preview to the 3D source with any Browser supported image or video. or add a 2nd source
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 JealousSealion33 ,
these are relative paths to the base of the site.
please try to change <base href="/">
in index.html to the path of your sub folder.
Hi Rina, thanks for reporting this issue, we're investigating
can you please add the versions, found in the bottom of the settings page?
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.
SillySealion58
something look odd with the bucket settings.
url has port 443
which usually means ssl secure, but the secure
flag is false