Skip to content

After upgrade Magento 2.4.5-p12 version to 2.4.8 graphql products not returning result with url_key #3616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vmishra341 opened this issue May 27, 2025 · 1 comment

Comments

@vmishra341
Copy link

vmishra341 commented May 27, 2025

Magento Version : CE
Magento Version : 2.4.8
ElasticSuite Version : 2.11.13
Magento Environment : tested in both Developer or Production mode
Third party modules : No

  1. We have upgraded Magento version from 2.4.5-p12 to 2.4.8 version
  2. In our PWA frontend we are making below graphQl call for PDP pages
    {
    products(
    filter: {
    url_key: {
    eq: "cat-and-pumpkin-trick-or-treat-cardboard-bucket-halfatb19ca"
    }
    }
    ) {
    items {
    sku,
    url_key,
    name
    }
    }
    }
    We have already done indexing 2-3 times for all the indexers, but the issue is still there.
  3. Please find the same query output below for 2.4.5-p12 version and upgraded 2.4.8 version in screenshot

Expected result

  1. It should provided the product detail in graphql request

Actual result

Blank output is coming

Image

Image

@pawel-ledwig
Copy link

Hi, I found a cause of it and described here:
#3617

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants