Show HN: Ngnr.club – A link-in-bio service for engineers
11–20 of 46 posts
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#12I 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!
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#13What kind of engineers? Anime engineers?
Truth is, I had to get creative otherwise the site would've looked bland.
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#14(coming up with domain names is the best part of coding!)
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#15I 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!
I'll look into that and come up with a fix ASAP.
Glad you like it !
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#16The name immediately looked like "engineer club" to me. But it refused to take my password, and not in a fun way like that password game the other day
Added to the todo list.
Thanks for the feedback !
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#17then 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.
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#18eng.surf is available (coming up with domain names is the best part of coding!)
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#19Heh, 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.
Re: Show HN: Ngnr.club – A link-in-bio service for engineers
#20It 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.