You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On which framework/platform are you having an issue?
React
Which UI component?
Authenticator
How is your app built?
webpack
What browsers are you seeing the problem on?
Chrome, Firefox, Safari
Which region are you seeing the problem in?
Europe (eu-central-1)
Please describe your bug.
The user initiates the process of resending a verification code by clicking the "Resend code" button in the reset password form. The button's label dynamically changes from its initial state (e.g., "submit") to "submitting" which means the resend process is in progress. However, the described problem is that after the button label changes to indicate submission, the process stalls, and the code is not resent. The browser console displays the following warning: "utils.js:509 Warning: No service found for invocation 'resetPassword' in machine 'forgotPasswordActor'." Also is it possible to prevent the submit button text from changing to "submitting" after pressing the "Resend Code" button?
What's the expected behaviour?
The expected behavior would be for the resend code to be processed, and the user should receive a new verification code.
Help us reproduce the bug!
Use the component and try to reproduce the issue.
Code Snippet
// Put your code below this line.
Console log output
Warning: No service found for invocation 'resetPassword' in machine 'forgotPasswordActor'.
Warning: React does not recognize the data-amplify-authenticator-Forgotpassword prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase data-amplify-authenticator-forgotpassword instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered:
@IngaFrontend we were able to reproduce this with the latest version of @aws-amplify/ui-react. Thanks for bringing this to our attention, we'll be working on a fix.
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?
webpack
What browsers are you seeing the problem on?
Chrome, Firefox, Safari
Which region are you seeing the problem in?
Europe (eu-central-1)
Please describe your bug.
The user initiates the process of resending a verification code by clicking the "Resend code" button in the reset password form. The button's label dynamically changes from its initial state (e.g., "submit") to "submitting" which means the resend process is in progress. However, the described problem is that after the button label changes to indicate submission, the process stalls, and the code is not resent. The browser console displays the following warning: "utils.js:509 Warning: No service found for invocation 'resetPassword' in machine 'forgotPasswordActor'." Also is it possible to prevent the submit button text from changing to "submitting" after pressing the "Resend Code" button?
What's the expected behaviour?
The expected behavior would be for the resend code to be processed, and the user should receive a new verification code.
Help us reproduce the bug!
Use the component and try to reproduce the issue.
Code Snippet
// Put your code below this line.
Console log output
data-amplify-authenticator-Forgotpassword
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercasedata-amplify-authenticator-forgotpassword
instead. If you accidentally passed it from a parent component, remove it from the DOM element.Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: