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
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
We're using Amplify to submit login credentials to Cognito and we're seeing some errors.
When epsagon web is enabled we see the login request to:
https://cognito-identity.us-west-1.amazonaws.com fail with HTTP 400
In the console we see:
zone.js:372 Uncaught (in promise) SerializationException: SerializationException
We have tried setting:
urlPatternsToIgnore: ['.*cognito-identity.*', '.*cognito-idp.*'],
@epsagon/web: 1.3.1
Edit
This is using the aws-amplify library v4.2.6 and the errors are client side (browser console)
The text was updated successfully, but these errors were encountered: