-
-
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
Redirect Attachments breaks gatsby-source-wordpress: GraphQL request was redirected to /
#15
Comments
Hey @aryanrajput, I need this part of the bug report 😇:
All those other plugins in the screenshot need to be disabled so we can confirm whether the issue is actually with this plugin and we have the power to fix/address it. If the issue goes away, when disabling all other plugins/custom php, enable them one by one until the error returns, and we've found the culprit. It could be an issue with that plugin/custom code specifically or a conflict between that one and WPGraphQL for RankMath, but either way we have a good starting point for replicating and resolving the issue. |
Thanks for the followup. 🤔 Running If you disable WPGraphQL for Rank Math, does the problem go away?, Similarly does the issue persist if Gatsby is building from a clean WP install instead of your existing site? |
@justlevine No Response get from your end. Please R&D and let me know the exact reason. |
@aryanrajput i've tried and tried to replicate using Gatsby Starter WordPress Homepage, but Gatsby is building fine for me. While investigating, I did find some issues with Would you be able to create a test replication on CodeSandbox, and share here? |
@justlevine First of all, Thanks you for your efforts. I want to say that, |
support[at]axepress.dev |
sent. |
Hey @aryanrajput Your endpoint started timing out before I could look too deep but most likely:
A confluence of all three might be part of Rank Math's Redirections module. If you disable the |
Thanks @justlevine . problem solved. |
@aryanrajput great sleuthing! If you don't mind I'm going to leave this ticket open until I can figure out a solve that lets us support this Rank Math setting. Redirections are scheduled for my next sprint, so hopefully this will come sooner than later. |
Hi @justlevine , Showing duplicate data in SEO fullHead field. First item field showing normal but as index increase fullHead field data also increase accordingly. |
@aryanrajput can you confirm you're running the latest version? I thought I squashed that in v0.0.6 🤔 |
Please upgrade to the latest version 0.0.7 and confirm if the issue goes away |
Hi @justlevine currently getting this result. I don't think the issue has been solved. you can see this IDE screenshot. |
Hi @justlevine , did you find out the issue? |
@aryanrajput #22 (live on /develop) should resolve the issue with duplicate/old meta tags. Feel free to test and confirm. The errors in your second screenshot are caused by an old version of WPGraphQL for Woocommerce being incompatible with WPGraphQL v1.13.x , upgrading that plugin should solve that. |
@justlevine Thank you for your support. Could you please give us a short of idea When are you planning to release the new version with this bug fix, so that we can plan accordingly. |
V0.0.8 should have solved everything you mentioned except for the 'redirect attachments' issue. It's hard to put an ETA on work I'm doing in my free-time and this project doesn't currently have any sponsors, but I hope to sort out the image redirect issue (and other image-related SEO data) as soon as I can. |
GraphQL request was redirected to /
Description
I'm able to get seo field on WordPress GraphQL IDE. But on gatsby develop giving this error.
Steps to reproduce
Getting this Error: GraphQL request was redirected to /
Additional Context
Plugin Version
WPGraphQL for Rank Math SEO Version 0.0.5
WordPress Version
6.0.3
WPGraphQL Version
1.12.0
RankMath SEO Version
1.0.100.1
Additional enviornmental details
"react": "^18.1.0",
"gatsby": "^4.19.2",
"gatsby-source-wordpress": "^6.24.0",
{
resolve:
gatsby-source-wordpress
,options: {
schema: {
timeout: 100000,
},
url:
https://cliniexpertsresearch.net/graphql
,}
},
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: