Open mlf20 opened 2 years ago
Hi @mlf20. Thank you for your report. To speed up processing of this issue, make sure that you provided the following information:
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, review the Magento Contributor Assistant documentation.
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.
: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.
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
Hi @engcom-November. 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:
[ ] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).Details
If the issue has a valid description, the label Issue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid
appears.
[ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description
label to the issue by yourself.
[ ] 3. Add Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.4-develop
branchDetails
- Add the comment @magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[ ] 5. Add label Issue: Confirmed
once verification is complete.
[ ] 6. Make sure that automatic system confirms that report has been added to the backlog.
@magento give me 2.4-develop instance
Hi @engcom-November. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-November, here is your Magento Instance: https://334b8526e05c78ff6198b9cb88e71670.instances.magento-community.engineering Admin access: https://334b8526e05c78ff6198b9cb88e71670.instances.magento-community.engineering/admin_ca39 Login: 21eb774a Password: 412515e8a617
Hi @mlf20 , Verified the issue on Magento 2.4-develop branch but could not reproduce the issue. Kindly check Magento system requirements and 3rd party exntensions / modules enabled is causing this issue. Kindly recheck the issue on Magento 2.4-develop branch and provide missing steps if any if you are still facing any issues. Thank you
Hi @engcom-November,
Thanks for looking at this, I believe the reason you are unable to reproduce this is due to the use of the 'prices' in the reequest body.
In my original issue the body of the request malformed, being set to: '{"prices": "\"[]\""}'. I believe if you set the body of the request to the same as this you will be able to reproduce the error.
Many thanks
Hi @mlf20 Getting expected result: 400 bad request error on 2.4-develop branch Kindly check Magento system requirements and 3rd party exntensions / modules enabled is causing this issue. Kindly recheck the issue on Magento 2.4-develop branch and provide missing steps if any if you are still facing any issues. Thank you
Hi @engcom-November,
My apologies, I have gone over my logs and the payload in thebody should be '{"prices": "[]"}' . Due to formatting the initial request body had escaped additional characters. I will update the remaining issues.
This reproduces the issue as shown below:
@magento give me 2.4-develop instance
Hi @engcom-November. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-November, here is your Magento Instance: https://334b8526e05c78ff6198b9cb88e71670.instances.magento-community.engineering Admin access: https://334b8526e05c78ff6198b9cb88e71670.instances.magento-community.engineering/admin_925c Login: 1516aeb2 Password: 3e2fb8a8aea7
Thanks for the update @mlf20 . Verified the issue on Magento 2.4-develop branch and the issue is reproducible. Hence updating the description and confirming the issue.
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-6419 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @AmyJZhao. Thank you for verifying the issue.
Issue Available: @AmyJZhao, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
@magento I am working on this
@magento give me 2.4-develop instance
Hi @JettyRohanAditya. Thank you for your request. I'm working on Magento instance for you.
Hi @JettyRohanAditya, here is your Magento Instance: https://334b8526e05c78ff6198b9cb88e71670.instances-prod.magento-community.engineering Admin access: https://334b8526e05c78ff6198b9cb88e71670.instances-prod.magento-community.engineering/admin_b5c3 Login: c06425a8 Password: be57660c8cd8
Hi @mlf20 ,
Thanks for your reporting and collaboration. We have verified the issue in latest 2.4-develop instance and the issue is reproducible. Kindly refer the screenshots.
Steps to reproduce
Thanks.
:x: Cannot export the issue. This GitHub issue is already linked to Jira issue(s): https://jira.corp.adobe.com/browse/AC-6419
Preconditions and environment
Steps to reproduce
or {"prices": ""}
API's effected with above payload:
Expected result
Returns a 400 error as the request is malformed.
Actual result
Returns a 500 status code from a null TypeError .
Additional information
output of var/log/system.log:
Release note
No response
Triage and priority