I setup google auth with react native and aws amplify cognito. On first signIn i get this message
Sign in failure ValidationException: 1 validation error detected: Value '{xxx.amazonaws.com/xxx}' at 'logins' failed to satisfy constraint: Map value must satisfy constraint: [Member must have length less than or equal to 50000, Member must have length greater than or equal to 1]
On second signIn(press button) it sign in well.
Why don't work first sign in and why get this message?