'AWS Cognito doesn't send verification email

Read through other SO posts, implemented the solutions, and this still seems to be an error.

My issue is simple: I'm using AWS Cognito and requiring email verification for users. However, when I get to this page:

enter image description here

I don't see the email, even after 2 hours. Steps I've ensured:

  1. Enabled email verification in the Cognito console
  2. Checked that the user email field is filled out. It is.
  3. Enabled a domain name for my app sign up and sign in.
  4. Tried resending the code.

I don't believe I'm over the daily quota limit for Amazon Cognito (I haven't configured it with SES), since I haven't gotten verification email today. Does anyone know why this is occuring?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source