Skip to content
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

gmail.com users don't receive reset password emails from withAuthenticator HOC amplify v6 gen1 #14093

Open
4 tasks done
olivert1969 opened this issue Dec 19, 2024 · 6 comments
Assignees
Labels
Auth Related to Auth components/category pending-community-response Issue is pending a response from the author or community. question General question

Comments

@olivert1969
Copy link

Before creating a new issue, please confirm:

On which framework/platform are you having an issue?

React

Which UI component?

Authenticator

How is your app built?

Create React App

What browsers are you seeing the problem on?

Chrome

Which region are you seeing the problem in?

ca-central-1

Please describe your bug.

gmail.com users don't receive reset password emails from withAuthenticator HOC amplify v6 gen1
but other domain users, e.g. hotmail.com users do receive reset password emails from the same environment

What's the expected behaviour?

user receives reset password email with confirmation code

Help us reproduce the bug!

click Reset Password in withAuthenticator HOC

Code Snippet

// Put your code below this line.

Console log output

no visible error messages

Additional information and screenshots

Screenshot 2024-12-19 141430

@github-actions github-actions bot added pending-triage Issue is pending triage pending-maintainer-response Issue is pending a response from the Amplify team. labels Dec 19, 2024
@calebpollman
Copy link
Member

Hi @olivert1969! Have not been able to reproduce locally, can you provide your (redacted) amplify config? In the meantime moving this to the Amplify JS repo as the issue does not appear related to the Authenticator UI component

@github-actions github-actions bot removed the pending-maintainer-response Issue is pending a response from the Amplify team. label Dec 19, 2024
@calebpollman calebpollman transferred this issue from aws-amplify/amplify-ui Dec 19, 2024
@github-actions github-actions bot added the pending-maintainer-response Issue is pending a response from the Amplify team. label Dec 19, 2024
@cwomack cwomack self-assigned this Dec 20, 2024
@cwomack cwomack added the Auth Related to Auth components/category label Dec 20, 2024
@cwomack
Copy link
Member

cwomack commented Dec 20, 2024

Hey, @olivert1969 👋. Can you share your package.json so we can see the versions/dependencies you're currently using? And if this is a Gen 1 app using the v6 API's, can you share the frontend code associated with the Auth API's/withAuthenticator component? Thanks!

@cwomack cwomack added question General question pending-community-response Issue is pending a response from the author or community. and removed pending-triage Issue is pending triage pending-maintainer-response Issue is pending a response from the Amplify team. labels Dec 20, 2024
@olivert1969
Copy link
Author

olivert1969 commented Dec 20, 2024 via email

@github-actions github-actions bot added pending-maintainer-response Issue is pending a response from the Amplify team. and removed pending-community-response Issue is pending a response from the author or community. labels Dec 20, 2024
@jjarvisp
Copy link
Member

jjarvisp commented Dec 20, 2024

Hey @olivert1969, thanks for providing your front end code. We'll look through this and see if anything jumps out. It doesn't look like your package.json or amplify_outputs.json file came through, would you mind trying to reattach?

In the meantime, could you also provide some details in how your Cognito email sender is set up? For example, are you using SES? If so, has your sending domain been fully verified and do you see any bounces in the SES dashboard or in the logs themselves? We also haven't been able to replicate so we're trying to narrow down where in the delivery process this could be getting blocked.

@github-actions github-actions bot removed the pending-maintainer-response Issue is pending a response from the Amplify team. label Dec 20, 2024
@olivert1969
Copy link
Author

olivert1969 commented Dec 20, 2024 via email

@github-actions github-actions bot added the pending-maintainer-response Issue is pending a response from the Amplify team. label Dec 20, 2024
@cwomack
Copy link
Member

cwomack commented Dec 23, 2024

@olivert1969, I'm still not able to reproduce this issue and I'm wondering if this is related to some filtering being done on the Gmail side. Can you double check the spam folders to see if the password reset emails are being filtered out by Google for some reason? The domain they come from may be flagged or picked up by the filtering (depending on how aggressive it's currently set).

If it wasn't working for any domains/providers, then we'd expect to see other errors or logs for this. But the fact that some are and some aren't sounds like it could be something configured specifically with the provider at this point.

@github-actions github-actions bot removed the pending-maintainer-response Issue is pending a response from the Amplify team. label Dec 23, 2024
@cwomack cwomack added the pending-community-response Issue is pending a response from the author or community. label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auth Related to Auth components/category pending-community-response Issue is pending a response from the author or community. question General question
Projects
None yet
Development

No branches or pull requests

4 participants