Open ouwfuc opened 6 hours ago
Hi @ouwfuc. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete.
Preconditions and environment
Magento versions tested:
Steps to reproduce
max@möstermann.swiss
.Expected result
Email address and customer saved successfully
Actual result
After attempting to save the email, the following error message is displayed at the top of the page:
Additional information
Observations:
max@möstermann.com
, it works fine.max@möstermann.swiss
with theö
, the email is converted to its Punycode equivalent (xn--mstermann-07a.swiss
), and the error is triggered..swiss
by itself without the special characterö
(e.g., `max@mail.swiss) and it works fine.It seems like the combination of the
ö
character and.swiss
is causing the issue. The email address gets converted to Punycode, but it seems Magento or the underlying validation logic doesn't handle this combination correctly.Release note
No response
Triage and priority