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
All Of Our Users Suddenly Cant Log In. We Get 401, Existing Logged Users Are Fine, But Once Logged Out Cant Log Back In. Here Is What Webserver Says In Logs:

All of our users suddenly cant log in. We get 401, existing logged users are fine, but once logged out cant log back in.
Here is what webserver says in logs:
clearml-apiserver | [2024-07-01 10:35:46,285] [9] [WARNING] [clearml.service_repo] Returned 401 for auth.create_user in 7ms, msg=Unauthorized (invalid credentials) (failed to locate provided credentials)
clearml-webserver | 192.168.81.111 - EYVQ385RW7Y2QQUH88CZ7DWIQ1WUHP [01/Jul/2024:10:35:46 +0000] "POST /api/v2.28/auth.create_user HTTP/1.0" 401 353 " None " "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"

  
  
Posted one year ago
Votes Newest

Answers 3


Always good to use the latest 🙂

  
  
Posted one year ago

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , what version is your server? Can you provide logs from the apiserver container?

  
  
Posted one year ago

We fixed the issue, thanks, had to update everything to latest.

  
  
Posted one year ago
1K Views
3 Answers
one year ago
one year ago
Tags