I’ve spent hours trying to figure out why provisioning a routing queue with predictive routing enabled fails with a generic 500 error on our AU-1 BYOC instance. Provider version genesyscloud v1.21.0. The Terraform plan succeeds, but apply crashes at the genesyscloud_routing_queue resource. Error output shows Error creating Routing Queue: 500 Internal Server Error. The HCL block sets outbound_preferred_language and enables predictive_enabled. No specific API error message is returned in the logs, just the raw 500. I have verified the routing_email_domain is valid and unique. The genesyscloud_routing_email_domain resource deploys fine independently. Suspect a backend validation issue with the predictive routing config on BYOC environments. Has anyone seen this specific 500 when predictive_enabled = true? The standard Genesys Cloud SaaS instance works fine with the same HCL. Environment: AU-1, BYOC. Terraform CLI v1.6.0. GitHub Actions runner ubuntu-latest. Logs attached in the thread.