-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseMageconf_Contribution_DayPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: doneProject: GraphQL
Milestone
Description
The category & categoryList query return wrong image URL on an upgraded instance (from 2.3.4 to 2.3.5).
For example - GraphQl result:
{
"id": 34,
"url_path": "venia-dresses",
"image": "https://cif-enablement-s4n4tla-o24f6fbtz7p34.demo.magentosite.cloud/index.php/media/catalog/category/timeless.jpg"
}
URL is wrong and resolves into 404. Correct URL should be without /index.php like https://cif-enablement-s4n4tla-o24f6fbtz7p34.demo.magentosite.cloud/media/catalog/category/timeless.jpg
Preconditions (*)
- Magento 2.3.5, upgraded from 2.3.4
Steps to reproduce (*)
- Setup Magento 2.3.4
- Install Venia sample data like described on the docs
- Upgrade to Magento 2.3.5
- Query for categories which have an image, both
category&categoryListreturns wrong image URL
Expected result (*)
- Correct Image URL
Actual result (*)
- Wrong image URL, see above
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- 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”.
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseMageconf_Contribution_DayPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: doneProject: GraphQL
Type
Projects
Status
Done