Nikunj Kotecha

Results 4 comments of Nikunj Kotecha

Possible solution (this for now I'm doing in https://www.drupal.org/project/search_api_algolia/ but I would love to validate and do in the library itself, I see similar behavior when using React library of...

I confirm the fix, I added following in the secret settings file directly on server to confirm ``` if (PHP_SAPI === 'cli') { $GLOBALS['conf']['container_service_providers'][] = Drush\Drupal\DrushLoggerServiceProvider::class; } ```

IMO we should close this in favor of https://github.com/acquia/acsf-tools/pull/119