- Newest
- Most votes
- Most comments
Hello,
Thank you for sharing details. The amplify code which you are using do not have any issues. This error usually occurs if there are any issues with Cognito/IDP configuration or how the request is being made with amplify using values from amplifyconfiguration.json file.
To narrow down the issue, we can try logging in using Cognito Hosted UI to see if we are seeing any errors in the url. If your appclient only contains callbackurl to your app(For Ex: myapp://), we might face errors. Hence if possible, can you add any web url(For Ex: https://www.google.com) as callback in appclient and test it.
Cognito -> App Integrations -> app client -> View Hosted UI
If you are seeing error when testing with Hosted UI, then the error might be with Cognito/IDP configuration. To investigate the issue further and check your resource configurations, we request you to raise a Support case with Cognito team along with HAR file and UserPool ID.
However if in case, if you are not seeing any error with hosted UI, the issue might be with request being sent from Amplify. To troubleshoot this further, we request you to raise a Support case with Amplify team with with amplifyconfiguration.json file and userpool ID.
Thank you
Relevant content
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
Thank you, I did try the hosted UI and ran into the same issue. I will submit a support case with the HAR file. I appreciate your guidance!