Justas Raudonius
Justas Raudonius
Can confirm this issue occurs on: [email protected] [email protected] [email protected]
I am getting the same on Sylius 1.9.3 on PHP 7.4 after running `composer require bitbag/elasticsearch-plugin`.
@cuongphphanoi did you follow https://github.com/BitBagCommerce/SyliusElasticsearchPlugin#installation? Seems like config import in `config/packages/_sylius.yaml` is missing.
Here are the patches that I currently use to make v2.0.0-beta1 work on Sylius v1.9.3. I think BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\SearchAction should be patched as well, but have not encountered the errors yet,...
Actually, looks like this issue is already fixed in `master` branch: https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/commit/53db5a48a81baf97135bbc63046a6b7687bb323a
Encountered the same issue when porter was running and did a system reboot.
Managed to solve this by adding some code in my custom extension: forum/index.js: ``` import { getNotificationCounts } from './util'; app.initializers.add('custom-extend', () => { console.log(app.pusher); app.pusher.then(binding => { const pusher...