|
let server_url = server_url.trim().to_string(); |
This is just my hunch. Not thoroughly tested. I noticed when pasting a messy path into the initialization routine, the server did not authenticate. I saw in the code that the whitespace is trimmed, but it did not work until I also trimmed (in my input) the trailing forward slash.
jellytui/src/config.rs
Line 89 in 7b10490
This is just my hunch. Not thoroughly tested. I noticed when pasting a messy path into the initialization routine, the server did not authenticate. I saw in the code that the whitespace is trimmed, but it did not work until I also trimmed (in my input) the trailing forward slash.