Andre Mendonca

Results 8 comments of Andre Mendonca

@jasonbahl Unfortunately I am still getting the page even if I query for more fields. When visiting the URI /test/ it 404s on wordpress' front-end. ![Screenshot 2024-02-12 at 9 46...

@jasonbahl Yes, I just spinned up a brand new wordpress, created the about page and test child page. Installed WPGraphQL and run the queries. Querying by page /test/ it is...

It's still returning the Page on page query and null for nodeByUri ![Screenshot 2024-02-12 at 2 24 54 pm](https://github.com/wp-graphql/wp-graphql/assets/82763595/83c09e44-9efb-417d-bb6e-be11fa103d4f)

Hey @icyJoseph I only have these 2 APIs mentioned to test at the moment. Haven't Undici been removed from next14?

I'm pretty sure this issue doesn't happen on local environments, only on live servers but I'll be testing on pure node soon. I also found these 2 related issues? https://github.com/nodejs/undici/issues/2362...

Yeah I'm on that discussion as well. For me though it only happens in production, not local. Which API are you trying to fetch? Is it through a client component...

Which external APIs are you trying to fetch specifically and which method are you using? @zackproser @kpratik2015

> > Since the issue is intermittent and this function typically resolves within 1 second, you may by able to work around the issue by implementing a retry strategy where...