You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The naive approach of just updating HttpClient.BaseAddress on configuration change does not work, because it cannot be updated after a request is sent.
Describe the bug
Changing the server address after logging in has no effect, and requires a restart to apply.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either configuration changes are applied, or the user is notified that a restart is required.
The text was updated successfully, but these errors were encountered: