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
Sometimes when I try to authenticate user, with my network turned off, I get the following error (and it takes around 1-2 minutes to get this error): CognitoClientException {statusCode: null, code: Unknown error, name: null, message: Unknown Error}
Then again, if I try immediately, I get the following error (as desired): CognitoClientException{statusCode: null, code: NetworkError, name: null, message: Failed host lookup: 'cognito-......'}
How can this Unknown error be resolved?
The text was updated successfully, but these errors were encountered:
Sometimes when I try to authenticate user, with my network turned off, I get the following error (and it takes around 1-2 minutes to get this error):
CognitoClientException {statusCode: null, code: Unknown error, name: null, message: Unknown Error}
Then again, if I try immediately, I get the following error (as desired):
CognitoClientException{statusCode: null, code: NetworkError, name: null, message: Failed host lookup: 'cognito-......'}
How can this Unknown error be resolved?
The text was updated successfully, but these errors were encountered: