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
"Failed to parse HostedUI settings from store. Defaulting to awsconfiguration.json", e);
714
+
"Failed to parse HostedUI settings from store", e);
719
715
}
720
-
if (hostedUIJSON == null && hostedUIJSONFromJSON != null) {
716
+
717
+
// Since there is no file watcher to keep track of when config file changes, this logic is intended to always check if the config file is different from mstore cache and updates the later accordingly.
718
+
// If config file cannot be loaded, the mstore data still prevails.
0 commit comments