Currently, when the backend endpoint for a domain changes, we get a network error on the clients because the still have the cached, outdated dx config file. The only way to get the clients to work again is to completely reset the app.
With this PR, the local dx config is automatically updated with changes from dx config file from the backend.
Existing local config entries (e.g. the endpoint) are preserved.
Currently, when the backend endpoint for a domain changes, we get a network error on the clients because the still have the cached, outdated dx config file. The only way to get the clients to work again is to completely reset the app.
With this PR, the local dx config is automatically updated with changes from dx config file from the backend. Existing local config entries (e.g. the endpoint) are preserved.