Viktor Kifer

Results 5 comments of Viktor Kifer

@harsh62 We added this lazy initialization cause we assumed `Amplify.configure` is making a network call, which might be failing. This assumption comes from the error in Crashlytics from the Android...

We're building amplify configuration at runtime from build settings which depend on selected environment (staging/production).

`clearCredentials()` is called when user requests log out from the app or if user is not permitted to use the app anymore. None of these seem to be the reason...

> @ostanik Also, is this error only happening to users who update the app? If yes, was there a config change that happened between versions? We cannot confirm this error...