Weird: client refuses my proxy _in one_ account

The most recent client version - Build ID: 202603202006
I have my own bootstrap/proxy server set up and running (recent codebase as well)
and two accounts in Jami client (on Debian 12 if it matters)

What’s confusing:
while for one account my proxy persists (and works well), for another one once I turn on proxy with my server in the field, Jumi uses default one instead (as you can see)

and - moreover - replaces my server string in the field with its default value after re-entering Advanced settings (switching accounts in bottom-left).

bootstrap setting for both accounts is magically “frozen” on my old server and even if new setting persists across re-entering Advanced by switching accounts in th bottom-left, it resets to old one once you close Settings.
Very strange :roll_eyes:

What I am doing wrong, guys?

BTW, it’s very confusing that Settings don’t have kinda Save/Apply button which could bring error messages if something goes wrong with settings.
Now Jami UI just silently applies or not applies what you want it to - without any warnings/errors. Not that user-frindly to my point of view :wink:

UPD:
after manual edit
/home/<user>/.local/share/jami/<account_number>/config.yaml
==>
hostname: ip:port ##UDP, bootstrap node
proxyServer:: ip:port ##TCP, DHT proxy node
RingNS.uri: 208.67.222.222
turnServer: ip:port
turnServerUserName: username
turnServerPassword: password_in_plaintext
turnServerRealm: realm

both - bootstrap and proxy - fixed firmly and work as expected.

Obviously there are some issues with config saving in the client.
And Apply/Save button, please! :wink:

BTW, probably it’s related to ownership - I just realized that recently I fired
chown -R <myuser>:<myuser> /home/<myuser>

which could break some wrong Jami expectaions in terms it could save in my user profile something owned not by me. Please tell me that it isn’t a case, guys!

For Jami, setting up a Turn might be a bit easier

Isn’t it a different story unrelated to bootstrap/proxy settings?
I have my own turn server and it works (thanks gods!) well)

Not sure if it matters, but for the QT Client on Windows I noticed that after you enter your custom proxy in the proxy field you have to press ENTER. If you leave the filed otherwise by TAB or by mouse click your custom value does not stick and is reverted.

Really took me a lot of time until I realized this confusing behavour.