Ned Manderson
Ned Manderson

Reputation: 15

Authenticator - Failed to verify contact [TypeError: Cannot read property 'isEmpty' of undefined]

[WARN] 10:01.904 Authenticator - Failed to verify contact [TypeError: Cannot read property 'isEmpty' of undefined]

enter image description here

just tried to re-config codes

Upvotes: 0

Views: 129

Answers (1)

Steven Senkus
Steven Senkus

Reputation: 111

It looks like this is a known issue: https://github.com/aws-amplify/amplify-js/issues/10711

I was able resolve this by installing the unstable version:

yarn add aws-amplify-react-native@unstable

Once aws-amplify-react-native releases version 7.0.2, this fix should be permanent.

Upvotes: 2

Related Questions