Closed cnmarinas closed 1 year ago
I believe this issue might have been caused by a regression in core WPGraphQL that's since been resolved. Going to close this, but if it's still an issue, open a new issue with as many details as possible so we can reproduce.
Also, we'd recommend checking out the new version of WPGraphQL for ACF over here: https://github.com/wp-graphql/wpgraphql-acf as it will be released on WordPress.org soon and is the version of the plugin we'll be supporting long-term, archiving this one in the not-too-distant future
Hi, we are using gatsby-source-wordpress to fetch contents. We had intermittent "gatsby-source-wordpress Request failed with status code 500" error in the past, but usually if we triggered another build will be fine. But recently the build always failed with the request failed message. We tried to see the Apache log, and it shows this:
We had recently upgraded to WordPress 6.1.1, and the plugins versions are:
Advanced Custom Fields PRO: 6.0.7 WP GraphQL: 1.12.2 WPGraphQL for Advanced Custom Fields: 0.6.1
The server only has 4 GB RAM, but it worked for two years until recently we upgraded to WordPress 6.1 (was 5.9) and above plugin upgrade. Could the problem be the WordPress upgrade or the ACF plugin upgrade?
It can be memory leak issue, since when it crashes (Request failed), the memory usage in the "WordPress server" stays.
We would really appreciate it if you could help or shed some light on this.