-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOT ABLE TO SIGN UP #31
Comments
AWS (Cognito) expects a country code to be passed in as well ie full example |
Ok thank you! Is there a way to change the error messages I am getting back? They are quite mystical. |
Not that I know of. Even though Amplify is open source, it still injects data into AWS at the end of the day, so the error message you’re getting isn’t coming from Amplify, so much as it is Cognito—Amazon’s user service. With regards to integrating google and Facebook, Nader also has videos up in case the docs need updating. For Facebook sign in: https://youtu.be/F6ZPTKiEJx4 For google: https://youtu.be/eqDUSY9KHYE Hope those help 😁 if not, feel free to open up an issue on the cli or tag me on Twitter (@mtliendo) and I’ll be happy to help out. |
Thanks for the youtube links I will check them out. |
That's a good point. I'll dive a bit deeper this weekend and see if that error can be caught so it's not breaking the app. This'll take place over in the amplify/cli repo. |
I have got the starter setup and after running gatsby develop I cannot sign up
Why is this happening and how come it is so difficult (impossible) to sign up?
phone numbers tried
555 555 5555
555-555-6555
(555) -555-6555
error signing up...
{code: "InvalidParameterException", name: "InvalidParameterException", message: "Invalid phone number format."}
code: "InvalidParameterException"
name: "InvalidParameterException"
message: "Invalid phone number format."
proto: Object
The text was updated successfully, but these errors were encountered: