-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Issue] Customer account confirm - StateException should not be logged as critical error #39487
Comments
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @mvenghaus, Thanks for your reporting and collaboration. We have verified the issue in Latest 2.4-develop magento instance and we are not able to reproduce the issue.Kindly refer the attached video. Screen.Recording.2024-12-19.at.10.45.26.am.movWe are not getting any error.Could you please let us know if we are missing anything and also please provide us screenshots or screencast. Thanks. |
Hey, thanks for taking care. This is not visible to the user. It's messing up the exception log for developers. An exception should only be logged if it's critical and not based on the user's behavior. Regards |
Hi @mvenghaus, Thanks for your update. We have verified the issue in Latest 2.4-develop magento instance and we are not able to reproduce the issue.Kindly refer the attached video. Screen.Recording.2024-12-24.at.10.36.34.am.movThere were no exception logged.Could you please try to reproduce the issue in Latest 2.4-develop instance and let us know if we are missing anything. Thanks. |
This issue is automatically created based on existing pull request: #39466: Customer account confirm - StateException should not be logged as critical error
Description (*)
The error "The account is already active," etc., should not be logged as a critical exception since it is more of a user error rather than a programming issue that needs to be addressed.
Instead of using "addException" which logs the StateExpection I changed to to a normal error message.
Manual testing scenarios (*)
Contribution checklist (*)
The text was updated successfully, but these errors were encountered: