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
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
We have upgraded Magento version from 2.4.5-p12 to 2.4.8 version
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.
Please find the same query output below for 2.4.5-p12 version and upgraded 2.4.8 version in screenshot
Expected result
It should provided the product detail in graphql request
Actual result
Blank output is coming
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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
{
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.
Expected result
Actual result
Blank output is coming
The text was updated successfully, but these errors were encountered: