Open
Description
Preconditions and environment
- Magento version 2.4.7-p3
- Install module adobe-commerce/storefront-compatibility
composer require adobe-commerce/storefront-compatibility
- Apply Patch ACSD-63325
Steps to reproduce
Run from bash following CURL:
curl -i -X OPTIONS http://commerce.local/graphql
Expected result
The response code is 200 for the request.
Actual result
A 500 internal server error occurs:
{"errors":[{"message":"Syntax Error: Unexpected <EOF>","locations":[{"line":1,"column":1}],"extensions":{"file":"\/var\/www\/magento\/vendor\/webonyx\/graphql-php\/src\/Language\/Parser.php","line":439}}]}
Additional information
The module adobe-commerce/storefront-compatibility has an around plugin vendor/adobe-commerce/module-authorization-storefront-compatibility/Plugin/Controller/GraphQlPlugin.php that need to be patched similar way that the patch ACSD-63325 applies to vendor/magento/module-graph-ql/Controller/GraphQl.php
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”.