-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
breadcrumb produce Internal server error on ContentType #81
Comments
Thanks for taking the time to report this @MonPetitUd ! Would you be able to:
I'm working on a fix now, but that information will help me confirm I'm on the right path 🤞 |
(Additional context - the fatal error itself seems to be a PHP error and solvable by setting a default value to |
No worries @justlevine. PHP 7.4 Below is the response with GraphQL debugging on:
|
Hey @MonPetitUd #90 should fix this issue. Please feel free to test. (I'm putting it through the final paces myself, at which point I'll merge and start the release process). |
(This is closed automatically on merge, if you're still running into trouble, comment here and I'll repoen) |
Description
When "ContentType" is returned by a nodeByUri query (for example on the page for posts e.g. "/blog" or woocommerce shop page e.g. "/shop") including "breadcrumbs" under "NodeWithRankMathSeo" produces an internal server error. The data is still returned with the breadcrumbs being null. I suspect breadcrumbs are not actually available on this type?
Steps to reproduce
Example query:
Result:
Additional context
No response
Plugin Version
0.1.1
WordPress Version
6.4.3
WPGraphQL Version
1.22.1
RankMath SEO Version
1.0.216
Additional enviornmental details
WooGraph 0.19.0
WooCommerce 8.6.1
Please confirm that you have searched existing issues in the repo.
Please confirm that you have disabled ALL plugins except for RankMath SEO, WPGraphQL, and WPGraphQL for Rank Math
The text was updated successfully, but these errors were encountered: