Content Hub isn't connecting.
There are several ways to check to ensure your site is setup properly to connect to Content Hub, outlined below.
Important Note
Make sure both publishing and subscribing sites are connected.Check the /admin/reports/status page for any errors or warnings regarding Content Hub.
Check the Known Issues and Release Notes for any incompatibility issues:
Use drush pml to ensure the Content Hub and any other associated modules are installed on all sites, for example:
@sitename.prod drush --uri=mysite.com pml | grep hub
Acquia Content Hub Acquia Content Hub (acquia_contenthub) Module Enabled 8.x-1.40
Acquia Content Hub Acquia Content Hub Diagnostic Tool (acquia_contenthub_diagnostic) Module Not installed 8.x-1.40
Acquia Content Hub Acquia Content Hub Status (acquia_contenthub_status) Module Not installed 8.x-1.40
Acquia Content Hub Acquia Content Hub Subscriber (acquia_contenthub_subscriber) Module Enabled 8.x-1.40
Acquia Content Hub Acquia Content Hub (acquia_contenthub) Enabled
Acquia Content Hub Acquia Content Hub Diagnostic Tool (acquia_contenthub_diagnostic) Enabled
Alternatively, you can check the Drupal admin interface at /admin/config/services/acquia-contenthub.
Ensure the site is connected to the Content Hub services by running drush ach-list against the website. No errors should return:
@sitename.env drush ach-list --uri=www.example.com
Array
(
[success] => 1
[total] => 5522
[data] => Array
(
[0] => Array
(
[uuid] => abcdefg-123456-765432hijk
[origin] => 9n4f-nbgft67-kjnbgft67-uikjhgtyui
[modified] => 2020-02-02T13:57:04-05:00
[type] => node
....
[999] => Array
(
[uuid] => 8f48fc0d-7479-4e6d-8086-90c5668ff79b
[origin] => 9n4f-nbgft67-kjnbgft67-uikjhgtyui
[modified] => 2020-02-02T10:02:17-05:00
[type] => your_product
)
)
[next] => https://us-east-1.content-hub.acquia.com/entities?limit=1000&start=1000
)
1 5524 Array https://us-east-1.content-hub.acquia.com/entities?limit=1000&start=1000
If you see 0 entities, that indicates the site is connected to Content Hub properly, but no entities have been exported to Content Hub.
Sites connected to the same hub should have the same API and secret keys. If not, the sites are not "talking" to the same hub, and therefore cannot syndicate between each other.
drush -l <site url> cget acquia_contenthub.admin_settings --include-overridden
Expected output:
If the shared_secret stored in the Drupal site's DB and/or hardcoded in its settings.php is wrong, the validation will fail and the webhooks hit will result in the "Signature not valid" error message. You can use Drush command acquia-contenthub-update-secret (i.e. ach-upsec) to retrieve and update your shared_secret value. Make sure your config value overrides and config management is not overriding your newly updated value.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Wed Oct 22 2025 08:59:29 GMT+0000 (Coordinated Universal Time)