I really like the simple UI and focus on projects/blogs. Cool site!
I think I found a bug, though - it seems like when I save on the "social media" page, it blows away data from the others. I was able to do this twice and it cleared out my name, location, and bio. Hope that helps!
Heh, seems like you hit your limits. I was trying to secure my own name and kept getting generic error occured.
then i opened up the dev tools and saw
index-01401dc0.js:124 Exceeded daily email limit for the operation or the account. If a higher limit is required, please configure your user pool to use your own Amazon SES configuration for sending email.
Cognito received the following error from Amazon SES when attempting to send email: Email address is not verified. The following identities failed the check in region US-EAST-1: name@domain.com"
I don't have an email though.
Attempting to register again yields UsernameExistsException.
I can't re-register the same username because it already exists. And I can't log into that username because I didn't receive the confirmation email. Alternatively, I tried to do a password reset but have not received an email for that either.
I've seen this UI style become more popular, and I'm wondering if there's a name for it? E.g. "material design" is immediately recognizable, and I'm curious if this style comes from a similar UI framework.
$ Cognito received the following error from Amazon SES when attempting to send email: Email address is not verified. The following identities failed the check in region US-EAST-1: <my gmail address>
45 comments
[ 3.9 ms ] story [ 102 ms ] threadThe name doesn’t roll of a tongue, IMO.
I realised it after the fact but then it kind of grew on me so I decided to keep it.
Thanks for the feedback !
Much appreciated.
Truth is, I had to get creative otherwise the site would've looked bland.
Added to the todo list.
Thanks for the feedback !
I think I found a bug, though - it seems like when I save on the "social media" page, it blows away data from the others. I was able to do this twice and it cleared out my name, location, and bio. Hope that helps!
I'll look into that and come up with a fix ASAP.
Glad you like it !
(coming up with domain names is the best part of coding!)
then i opened up the dev tools and saw
index-01401dc0.js:124 Exceeded daily email limit for the operation or the account. If a higher limit is required, please configure your user pool to use your own Amazon SES configuration for sending email.
It seems that AWS cognito verification emails are subject to a daily limit of 50.
Your accounts are indeed created, but the confirmation emails containing the code are not being sent.
I'm working on fixing this issue as I'm writing this.
Thanks for your understanding.
If you are able to sign up without issues, could you please confirm in this thread ?
Thanks
Cognito received the following error from Amazon SES when attempting to send email: Email address is not verified. The following identities failed the check in region US-EAST-1: name@domain.com"
I don't have an email though.
Attempting to register again yields UsernameExistsException.
I've updated the email to my personal email and ran a quick test, so it should work fine now.
Thanks for the help !
Thanks for your patience !
All users who have encountered issues signing up should receive an e-mail soon informing them that their account is verified and active.
EDIT - cannot use a proton.me email apparently? Email address is not verified. The following identities failed the check in region US-EAST-1:
If you try again now, you should be able to sign up no problem !
Cheers :)
POST https://cognito-idp.us-east-1.amazonaws.com/
Response:
``` { "ChallengeName": "PASSWORD_VERIFIER", "ChallengeParameters": { "SALT": "*", "SECRET_BLOCK": "*", "USER_ID_FOR_SRP": "*", "USERNAME": "*", "SRP_B": "**" } } ```
Thanks for the help !
Without making the same post call, I thinnk you are seeing the challenge codes for the proofing
I've seen this UI style become more popular, and I'm wondering if there's a name for it? E.g. "material design" is immediately recognizable, and I'm curious if this style comes from a similar UI framework.
For this project I did everything from scratch but I used inspiration from a few things I saw on codepen and dribbble.
I'm not a designer that's why there's gifs everywhere haha
...
$ Cognito received the following error from Amazon SES when attempting to send email: Email address is not verified. The following identities failed the check in region US-EAST-1: <my gmail address>
Thanks for your patience !