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 has been archived by the owner on Apr 1, 2019. It is now read-only.
Hi I tried to register user and i will get this error can you describe me what i should to do: POST https://cognito-idp.eu-west-2.amazonaws.com/ 400 (Bad Request) ERROR Unable to verify secret hash for client 2###############t
SOLUTION
unchecked Generate client secret
The text was updated successfully, but these errors were encountered:
If anyone is curious, the need to create the app client without client secret is due to the fact that Cognito JavaScript SDK doesn't support client secrets.
This is noted in amazon-cognito-identity-jsConfiguration section of the README:
When creating the App, the generate client secret box must be unchecked because the JavaScript SDK doesn't support apps that have a client secret.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I tried to register user and i will get this error can you describe me what i should to do:
POST https://cognito-idp.eu-west-2.amazonaws.com/ 400 (Bad Request)
ERROR Unable to verify secret hash for client 2###############t
SOLUTION
unchecked Generate client secret
The text was updated successfully, but these errors were encountered: