Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Guys, I Am Deploying My Own Clearml Server In K8S. The Pods Are Running Well. But When I Access The Webserver, I Do Not Have Option To Create Credential. From The Network, Seems Like An Api Call To

Hello guys, I am deploying my own clearml server in k8s. the pods are running well. But when I access the webserver, I do not have option to create credential. From the network, seems like an api call to https://app.clearml.home.ai/api/v2.13/users.get_current_user gotten http 400. Same for this api call https://app.clearml.home.ai/api/v2.13/users.get_preferences .
The request body data is empty, which should have a preference object. I cannot find where this api is set in my setup.
Any advice?

  
  
Posted 2 years ago
Votes Newest

Answers 15


JuicyFox94 and SuccessfulKoala55 Thanks alot. Indeed it is caused by dirty cookies.

  
  
Posted 2 years ago

Hi OddShrimp85 , do you mean that in the login screen, when you enter a name, you get an error?

  
  
Posted 2 years ago

Hi TimelyPenguin76 , nope. I don't see any errors. That's why not sure what went wrong

  
  
Posted 2 years ago

It gets rerouted to http://app.clearml.home.ai/dashboard . with the same network error.

  
  
Posted 2 years ago

SuccessfulKoala55 Nope. I didn't even get to enter my name. I suspect there is some mistake in mapping the data folder.
Was using the template in https://github.com/allegroai/clearml-helm-charts to deploy.

  
  
Posted 2 years ago

It happened to me when trying many installations; can you login using http://app.clearml.home.ai/login url directly ?

  
  
Posted 2 years ago

Can you provide some more details - did you use a Helm chart to deploy (if so, which one?), and how did you configure the system?

  
  
Posted 2 years ago

Fells like a dirty cookie with an old token is kept in the browser...

  
  
Posted 2 years ago

What are the response details of the calls returning with 400?

  
  
Posted 2 years ago

It happened to me when trying many installations;

JuicyFox94 sounds exactly like dirty cookies 🙂

  
  
Posted 2 years ago

Hi OddShrimp85 , Do you get any errors from the server?

  
  
Posted 2 years ago

So what do you get when you point your browser to the WebApp address?

  
  
Posted 2 years ago

OddShrimp85 I see you've opened a GitHub issue - I suggest providing more info there, and we can continue there 🙂

  
  
Posted 2 years ago

When you browse to http://app.clearml.home.ai , what do you get?

  
  
Posted 2 years ago

This is what I got. and when I see http400 error in the console.

  
  
Posted 2 years ago
575 Views
15 Answers
2 years ago
one year ago
Tags