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
We use Adobe PWA Studio, but I think it's should be reproducible by using GraphQL only
In 2.4.7 Mageno removed the error formatter and started using a constant and now all custom error messages are returned with error code “UNDEFINED".
\Magento\QuoteGraphQl\Model\Resolver\PlaceOrder resolver returns errors as expected by the new logic:
but then the actual response is formatted in \GraphQL\Executor\ReferenceExecutor::collectAndExecuteSubfields, it collects some subfields(??):
and returns it instead of errors…
Steps to reproduce
Add product to cart
Place order, but it should throw any error during the process
Expected result
Order placing is failed, but we are getting correct error message.
Actual result
Additional information
No response
Release note
No response
Triage and priority
Severity: S0- Affects critical data or functionality and leaves users without workaround.
Severity: S1- Affects critical data or functionality and forces users to employ a workaround.
Severity: S2- Affects non-critical data or functionality and forces users to employ a workaround.
Severity: S3- Affects non-critical data or functionality and does not force users to employ a workaround.
Severity: S4- Affects aesthetics, professional look and feel, “quality” or “usability”.
The text was updated successfully, but these errors were encountered:
Hi @makkoff. 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.
Add a comment to assign the issue: @magento I am working on this
To learn more about issue processing workflow, refer to the Code Contributions.
Join Magento Community Engineering Slack and ask your questions in #github channel. ⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 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.
Preconditions and environment
In 2.4.7 Mageno removed the error formatter and started using a constant and now all custom error messages are returned with error code “UNDEFINED".
\Magento\QuoteGraphQl\Model\Resolver\PlaceOrder resolver returns errors as expected by the new logic:
but then the actual response is formatted in \GraphQL\Executor\ReferenceExecutor::collectAndExecuteSubfields, it collects some subfields(??):
and returns it instead of errors…
Steps to reproduce
Expected result
Order placing is failed, but we are getting correct error message.
Actual result
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: