ConfigProvider getValue throws fetch error if saved config is available
Summary
ConfigProviders getValue method throws init fetch error if fetch fails but saved config could be loaded.
Steps to reproduce
Call getValue without init first.
What is the current bug behavior?
getValue throws fetch error if saved config could be loaded.
What is the expected correct behavior?
getValue should return value from saved config.
Possible fixes
Catch fetch error in getValue method.