wp-graphql-acf
wp-graphql-acf copied to clipboard
Flexible content empty layout, causes a 503, DB connection error
Creating an empty layout within a flexible content field type using ACF causes the plugin to break. The empty layout must be beneath other layouts containing fields to trigger this bug.
When visiting /graphql the server responded with a status of 503 (Service Unavailable), and no nodes are accessible
PHP errors
Warning: Error while sending QUERY packet. PID=4274 in /opt/bitnami/apps/wordpress/htdocs/wp-includes/wp-db.php on line 2030
Error reconnecting to the database
Looks like there is some sort of continuous loop happening.