Michael Pilosov

Results 86 comments of Michael Pilosov

``` environment: CLEARML_WEB_HOST: ${CLEARML_WEB_HOST:-} CLEARML_API_HOST: ${CLEARML_API_HOST:-} CLEARML_FILES_HOST: ${CLEARML_FILES_HOST:-} WEBSERVER__fileBaseUrl: ${CLEARML_FILES_HOST:-} ``` yields ``` Error parsing WEBSERVER__fileBaseUrl JSON value `https://8081-.....com/`: Expecting value: line 1 column 1 (char 0) ``` if I...

one thing I noticed poking around the console: the requests that are getting the 401 from Plot tab do not have a cookie set in the request header. the requests...

> I guess you should put it in quotes? tried that, both single and double quotes still throw the same message. I'm pretty sure the problem is that the cookie...

@jkhenning unfortunately that also throws the same `Error parsing` error. to my comment about the browser Inspect tool showing a missing cookie (but valid artifact url) in the requests that...

@oren-allegro sorry for the late response - but that env var didnt work. `Docker version 24.0.7, build afdd53b` my solution has been "stop letting clearml deal with security" > I've...

I also encountered this. my current automation uses `sed` to clean things up for this situation. something along these lines: `generateKeys.mjs`: ```mjs import { exportJWK, exportPKCS8, generateKeyPair } from "jose";...