Problem/Motivation
The website encountered an unexpected error. Please try again later.
TypeError: Drupal\hubspot_sync\Helper::__construct(): Argument #3 ($manager) must be of type Drupal\hubspot_api\ManagerInterface, Drupal\hubspot_api\Manager given, called in /var/www/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\hubspot_sync\Helper->__construct() (line 72 of modules/contrib/hubspot_client/modules/sync/src/Helper.php).
Drupal\hubspot_sync\Helper->__construct(Object, Object, Object, Object) (Line: 259)
Drupal\Component\DependencyInjection\Container->createService(Array, 'hubspot_sync.helper') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('hubspot_sync.helper') (Line: 34)
Drupal\hubspot_sync\Form\SyncForm::create(Object) (Line: 28)
Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition('Drupal\hubspot_sync\Form\SyncForm') (Line: 48)
Drupal\Core\Controller\HtmlFormController->getFormObject(Object, 'Drupal\hubspot_sync\Form\SyncForm') (Line: 58)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 169)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Steps to reproduce
1. Install HubSpot Client via composer - composer require 'drupal/hubspot_client:1.0.x-dev@dev'
2. Enable Hubspot Sync
3. Click configure button or go to /admin/config/system/hubspot-sync
4. You will encounter the error mentioned above