We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I tried the categories query, I get null for the mw_seo_category_data.
After spending time debugging I found that in:
mageworx/module-seoxtemplates-graph-ql/Model/Category/Products/CategoryDataFiller.php
these lines:
&& !empty($resolvedValue['categories']) && count($resolvedValue['categories']) === 1
$resolvedValue['categories'] is never set, so it cannot find the category information to return.
Magento v. 2.4.5
Please advise on the correct way to resolve this issue. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I tried the categories query, I get null for the mw_seo_category_data.
After spending time debugging I found that in:
mageworx/module-seoxtemplates-graph-ql/Model/Category/Products/CategoryDataFiller.php
these lines:
$resolvedValue['categories'] is never set, so it cannot find the category information to return.
Magento v. 2.4.5
Please advise on the correct way to resolve this issue. Thank you!
The text was updated successfully, but these errors were encountered: