Incorrect Auth Error Name #14128
Labels
Core
Related to core Amplify issues
question
General question
transferred
This issue was transferred from another Amplify project
Environment information
Data packages
Description
If you trigger an auth error like trying to sign in with the incorrect password, you get an error name (NotAuthorizedException for this example). If you trigger the same error again without refreshing the app,
you get a different error name in the console (TypeError) even though the network returns the same error type. Seems to be an issue with one of the amplify client packages. I attached a screenshot from my console.
The text was updated successfully, but these errors were encountered: